#4224B0

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

Shades of Purple Heart #4224B0

Tints of Purple Heart #4224B0

Color information

#4224B0 (or 0x4224B0) is unknown color: approx Purple Heart. HEX triplet: 42, 24 and B0. RGB value is (66,36,176). Sum of RGB (Red+Green+Blue) = 66+36+176=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 176 (69.14% from 255 or 63.31% from 278); Max value from RGB is 176 - color contains mainly: blue. Hex color #4224B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4224B0 is #BDDB4F. Grayscale: #3C3C3C. Windows color (decimal): -12442448 or 11543618. OLE color: 11543618.

HSL color Cylindrical-coordinate representation of color #4224B0: hue angle of 252.86º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4224B0 is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6636176-
CMYK0.620.8000.31
HSL252.86º66.04%41.57%-
HSV(B)252.86º79.55%69.02%-
XYZ10.715.5541.58-
YUV60.93192.94131.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.74%
GREEN value IS 36 (14.45% from 255) = 12.95%
BLUE value IS 176 (69.14% from 255) = 63.31%
R=23.74%
G=12.95%
B=63.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal66361760.620.8000.31252.8666.0441.57
Hex4224B03E5001Ffd422a
Octal102442607612003737510252
Binary1000010100100101100001111101010000011111111111011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4224B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4224B0; }

 p { color: rgb(66,36,176); }

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

<style>
 a { background-color: #4224B0; }

 a { background-color: rgb(66,36,176); }

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

<style>
 span { border-color: #4224B0; }

 span { border-color: rgb(66,36,176); }

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