#4011cc

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

Shades of Purple Heart #4011CC

Tints of Purple Heart #4011CC

Color information

#4011CC (or 0x4011CC) is unknown color: approx Purple Heart. HEX triplet: 40, 11 and CC. RGB value is (64,17,204). Sum of RGB (Red+Green+Blue) = 64+17+204=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 204 (80.08% from 255 or 71.58% from 285); Max value from RGB is 204 - color contains mainly: blue. Hex color #4011CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4011CC is #BFEE33. Grayscale: #333333. Windows color (decimal): -12578356 or 13373760. OLE color: 13373760.

HSL color Cylindrical-coordinate representation of color #4011CC: hue angle of 255.08º 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 #4011CC is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6417204-
CMYK0.690.9200.2
HSL255.08º84.62%43.33%-
HSV(B)255.08º91.67%80%-
XYZ13.215.8557.56-
YUV52.37213.57136.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.46%
GREEN value IS 17 (7.03% from 255) = 5.96%
BLUE value IS 204 (80.08% from 255) = 71.58%
R=22.46%
G=5.96%
B=71.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal64172040.690.9200.2255.0884.6243.33
Hex4011CC455C014ff552b
Octal1002131410513402437712553
Binary1000000100011100110010001011011100010100111111111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4011cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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