#4228B6

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

Shades of Purple Heart #4228B6

Tints of Purple Heart #4228B6

Color information

#4228B6 (or 0x4228B6) is unknown color: approx Purple Heart. HEX triplet: 42, 28 and B6. RGB value is (66,40,182). Sum of RGB (Red+Green+Blue) = 66+40+182=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 182 (71.48% from 255 or 63.19% from 288); Max value from RGB is 182 - color contains mainly: blue. Hex color #4228B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4228B6 is #BDD749. Grayscale: #3F3F3F. Windows color (decimal): -12441418 or 11937858. OLE color: 11937858.

HSL color Cylindrical-coordinate representation of color #4228B6: hue angle of 250.99º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4228B6 is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6640182-
CMYK0.640.7800.29
HSL250.99º63.96%43.53%-
HSV(B)250.99º78.02%71.37%-
XYZ11.456.0544.82-
YUV63.96194.61129.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.92%
GREEN value IS 40 (16.02% from 255) = 13.89%
BLUE value IS 182 (71.48% from 255) = 63.19%
R=22.92%
G=13.89%
B=63.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66401820.640.7800.29250.9963.9643.53
Hex4228B6404E01Dfb402c
Octal1025026610011603537310054
Binary10000101010001011011010000001001110011101111110111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4228B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4228B6; }

 p { color: rgb(66,40,182); }

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

<style>
 a { background-color: #4228B6; }

 a { background-color: rgb(66,40,182); }

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

<style>
 span { border-color: #4228B6; }

 span { border-color: rgb(66,40,182); }

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