#6711CA

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

Shades of Purple Heart #6711CA

Tints of Purple Heart #6711CA

Color information

#6711CA (or 0x6711CA) is unknown color: approx Purple Heart. HEX triplet: 67, 11 and CA. RGB value is (103,17,202). Sum of RGB (Red+Green+Blue) = 103+17+202=322 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.99% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 202 (79.30% from 255 or 62.73% from 322); Max value from RGB is 202 - color contains mainly: blue. Hex color #6711CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6711CA is #98EE35. Grayscale: #3F3F3F. Windows color (decimal): -10022454 or 13242727. OLE color: 13242727.

HSL color Cylindrical-coordinate representation of color #6711CA: hue angle of 267.89º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6711CA is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10317202-
CMYK0.490.9200.21
HSL267.89º84.47%42.94%-
HSV(B)267.89º91.58%79.22%-
XYZ16.457.5556.47-
YUV63.8205.99155.96-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.99%
GREEN value IS 17 (7.03% from 255) = 5.28%
BLUE value IS 202 (79.30% from 255) = 62.73%
R=31.99%
G=5.28%
B=62.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal103172020.490.9200.21267.8984.4742.94
Hex6711CA315C01510c542b
Octal147213126113402541412453
Binary1100111100011100101011000110111000101011000011001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6711CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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