#6011cc

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

Shades of Purple Heart #6011CC

Tints of Purple Heart #6011CC

Color information

#6011CC (or 0x6011CC) is unknown color: approx Purple Heart. HEX triplet: 60, 11 and CC. RGB value is (96,17,204). Sum of RGB (Red+Green+Blue) = 96+17+204=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #6011CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6011CC is #9FEE33. Grayscale: #3D3D3D. Windows color (decimal): -10481204 or 13373792. OLE color: 13373792.

HSL color Cylindrical-coordinate representation of color #6011CC: hue angle of 265.35º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6011CC is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9617204-
CMYK0.530.9200.2
HSL265.35º84.62%43.33%-
HSV(B)265.35º91.67%80%-
XYZ15.927.2557.69-
YUV61.94208.17152.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.28%
GREEN value IS 17 (7.03% from 255) = 5.36%
BLUE value IS 204 (80.08% from 255) = 64.35%
R=30.28%
G=5.36%
B=64.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal96172040.530.9200.2265.3584.6243.33
Hex6011CC355C014109552b
Octal140213146513402441112553
Binary1100000100011100110011010110111000101001000010011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6011cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6011cc; }

 p { color: rgb(96,17,204); }

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

<style>
 a { background-color: #6011cc; }

 a { background-color: rgb(96,17,204); }

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

<style>
 span { border-color: #6011cc; }

 span { border-color: rgb(96,17,204); }

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