#4226C9

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

Shades of Purple Heart #4226C9

Tints of Purple Heart #4226C9

Color information

#4226C9 (or 0x4226C9) is unknown color: approx Purple Heart. HEX triplet: 42, 26 and C9. RGB value is (66,38,201). Sum of RGB (Red+Green+Blue) = 66+38+201=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 201 (78.91% from 255 or 65.90% from 305); Max value from RGB is 201 - color contains mainly: blue. Hex color #4226C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4226C9 is #BDD936. Grayscale: #404040. Windows color (decimal): -12441911 or 13182530. OLE color: 13182530.

HSL color Cylindrical-coordinate representation of color #4226C9: hue angle of 250.31º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4226C9 is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6638201-
CMYK0.670.8100.21
HSL250.31º68.2%46.86%-
HSV(B)250.31º81.09%78.82%-
XYZ13.486.7655.85-
YUV64.95204.78128.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 38 (15.23% from 255) = 12.46%
BLUE value IS 201 (78.91% from 255) = 65.90%
R=21.64%
G=12.46%
B=65.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal66382010.670.8100.21250.3168.246.86
Hex4226C94351015fa442f
Octal1024631110312102537210457
Binary10000101001101100100110000111010001010101111110101000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4226C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4226C9; }

 p { color: rgb(66,38,201); }

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

<style>
 a { background-color: #4226C9; }

 a { background-color: rgb(66,38,201); }

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

<style>
 span { border-color: #4226C9; }

 span { border-color: rgb(66,38,201); }

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