#4411CC

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

Shades of Purple Heart #4411CC

Tints of Purple Heart #4411CC

Color information

#4411CC (or 0x4411CC) is unknown color: approx Purple Heart. HEX triplet: 44, 11 and CC. RGB value is (68,17,204). Sum of RGB (Red+Green+Blue) = 68+17+204=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 204 (80.08% from 255 or 70.59% from 289); Max value from RGB is 204 - color contains mainly: blue. Hex color #4411CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4411CC is #BBEE33. Grayscale: #343434. Windows color (decimal): -12316212 or 13373764. OLE color: 13373764.

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

Color convert

RGB6817204-
CMYK0.670.9200.2
HSL256.36º84.62%43.33%-
HSV(B)256.36º91.67%80%-
XYZ13.485.9957.57-
YUV53.57212.9138.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.53%
GREEN value IS 17 (7.03% from 255) = 5.88%
BLUE value IS 204 (80.08% from 255) = 70.59%
R=23.53%
G=5.88%
B=70.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal68172040.670.9200.2256.3684.6243.33
Hex4411CC435C014100552b
Octal1042131410313402440012553
Binary10001001000111001100100001110111000101001000000001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4411CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4411CC; }

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

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

<style>
 a { background-color: #4411CC; }

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

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

<style>
 span { border-color: #4411CC; }

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

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