#4408CA

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

Shades of Purple Heart #4408CA

Tints of Purple Heart #4408CA

Color information

#4408CA (or 0x4408CA) is unknown color: approx Purple Heart. HEX triplet: 44, 08 and CA. RGB value is (68,8,202). Sum of RGB (Red+Green+Blue) = 68+8+202=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 202 (79.30% from 255 or 72.66% from 278); Max value from RGB is 202 - color contains mainly: blue. Hex color #4408CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4408CA is #BBF735. Grayscale: #2F2F2F. Windows color (decimal): -12318518 or 13240388. OLE color: 13240388.

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

Color convert

RGB688202-
CMYK0.660.9600.21
HSL258.56º92.38%41.18%-
HSV(B)258.56º96.04%79.22%-
XYZ13.135.6756.28-
YUV48.06214.88142.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.46%
GREEN value IS 8 (3.52% from 255) = 2.88%
BLUE value IS 202 (79.30% from 255) = 72.66%
R=24.46%
G=2.88%
B=72.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal6882020.660.9600.21258.5692.3841.18
Hex448CA42600151035c29
Octal1041031210214002540313451
Binary1000100100011001010100001011000000101011000000111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4408CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,8,202); }

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

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

 a { background-color: rgb(68,8,202); }

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

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

 span { border-color: rgb(68,8,202); }

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