#4414C5

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

Shades of Purple Heart #4414C5

Tints of Purple Heart #4414C5

Color information

#4414C5 (or 0x4414C5) is unknown color: approx Purple Heart. HEX triplet: 44, 14 and C5. RGB value is (68,20,197). Sum of RGB (Red+Green+Blue) = 68+20+197=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 197 (77.34% from 255 or 69.12% from 285); Max value from RGB is 197 - color contains mainly: blue. Hex color #4414C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4414C5 is #BBEB3A. Grayscale: #353535. Windows color (decimal): -12315451 or 12915780. OLE color: 12915780.

HSL color Cylindrical-coordinate representation of color #4414C5: hue angle of 256.27º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4414C5 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6820197-
CMYK0.650.9000.23
HSL256.27º81.57%42.55%-
HSV(B)256.27º89.85%77.25%-
XYZ12.715.7653.27-
YUV54.53208.4137.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.86%
GREEN value IS 20 (8.20% from 255) = 7.02%
BLUE value IS 197 (77.34% from 255) = 69.12%
R=23.86%
G=7.02%
B=69.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal68201970.650.9000.23256.2781.5742.55
Hex4414C5415A017100522b
Octal1042430510113202740012253
Binary10001001010011000101100000110110100101111000000001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4414C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4414C5; }

 p { color: rgb(68,20,197); }

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

<style>
 a { background-color: #4414C5; }

 a { background-color: rgb(68,20,197); }

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

<style>
 span { border-color: #4414C5; }

 span { border-color: rgb(68,20,197); }

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