#4413CA

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

Shades of Purple Heart #4413CA

Tints of Purple Heart #4413CA

Color information

#4413CA (or 0x4413CA) is unknown color: approx Purple Heart. HEX triplet: 44, 13 and CA. RGB value is (68,19,202). Sum of RGB (Red+Green+Blue) = 68+19+202=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 202 (79.30% from 255 or 69.90% from 289); Max value from RGB is 202 - color contains mainly: blue. Hex color #4413CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4413CA is #BBEC35. Grayscale: #353535. Windows color (decimal): -12315702 or 13243204. OLE color: 13243204.

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

Color convert

RGB6819202-
CMYK0.660.9100.21
HSL256.07º82.81%43.33%-
HSV(B)256.07º90.59%79.22%-
XYZ13.285.9656.33-
YUV54.51211.23137.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.53%
GREEN value IS 19 (7.81% from 255) = 6.57%
BLUE value IS 202 (79.30% from 255) = 69.90%
R=23.53%
G=6.57%
B=69.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal68192020.660.9100.21256.0782.8143.33
Hex4413CA425B015100532b
Octal1042331210213302540012353
Binary10001001001111001010100001010110110101011000000001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4413CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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