#6711D3

Color #6711D3 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6711D3

Tints of Purple Heart #6711D3

Color information

#6711D3 (or 0x6711D3) is unknown color: approx Purple Heart. HEX triplet: 67, 11 and D3. RGB value is (103,17,211). Sum of RGB (Red+Green+Blue) = 103+17+211=331 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.12% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 211 (82.81% from 255 or 63.75% from 331); Max value from RGB is 211 - color contains mainly: blue. Hex color #6711D3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6711D3 is #98EE2C. Grayscale: #404040. Windows color (decimal): -10022445 or 13832551. OLE color: 13832551.

HSL color Cylindrical-coordinate representation of color #6711D3: hue angle of 266.6º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6711D3 is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB10317211-
CMYK0.510.9200.17
HSL266.6º85.09%44.71%-
HSV(B)266.6º91.94%82.75%-
XYZ17.557.9962.24-
YUV64.83210.49155.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 31.12%
GREEN value IS 17 (7.03% from 255) = 5.14%
BLUE value IS 211 (82.81% from 255) = 63.75%
R=31.12%
G=5.14%
B=63.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal103172110.510.9200.17266.685.0944.71
Hex6711D3335C01110b552d
Octal147213236313402141312555
Binary1100111100011101001111001110111000100011000010111010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6711D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6711D3; }

 p { color: rgb(103,17,211); }

 H1.HeaderClassName
 {
   color: #6711D3;
 }
 .AnyTagClassName
 {
   color: #6711D3;
 }
</style>
background-color css

<style>
 a { background-color: #6711D3; }

 a { background-color: rgb(103,17,211); }

 div.DivClassName
 {
   background-color: #6711D3;
 }
 .BgClassName
 {
   background-color: #6711D3;
 }
</style>
border-color css

<style>
 span { border-color: #6711D3; }

 span { border-color: rgb(103,17,211); }

 td.TdClassName
 {
   border-color: #6711D3;
 }
 .TagClassName
 {
   border-color: #6711D3;
 }
</style>