#4227BE

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

Shades of Purple Heart #4227BE

Tints of Purple Heart #4227BE

Color information

#4227BE (or 0x4227BE) is unknown color: approx Purple Heart. HEX triplet: 42, 27 and BE. RGB value is (66,39,190). Sum of RGB (Red+Green+Blue) = 66+39+190=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 190 (74.61% from 255 or 64.41% from 295); Max value from RGB is 190 - color contains mainly: blue. Hex color #4227BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4227BE is #BDD841. Grayscale: #3F3F3F. Windows color (decimal): -12441666 or 12461890. OLE color: 12461890.

HSL color Cylindrical-coordinate representation of color #4227BE: hue angle of 250.73º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4227BE is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6639190-
CMYK0.650.7900.25
HSL250.73º65.94%44.9%-
HSV(B)250.73º79.47%74.51%-
XYZ12.276.3349.29-
YUV64.29198.95129.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.37%
GREEN value IS 39 (15.62% from 255) = 13.22%
BLUE value IS 190 (74.61% from 255) = 64.41%
R=22.37%
G=13.22%
B=64.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66391900.650.7900.25250.7365.9444.9
Hex4227BE414F019fb422d
Octal1024727610111703137310255
Binary10000101001111011111010000011001111011001111110111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4227BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4227BE; }

 p { color: rgb(66,39,190); }

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

<style>
 a { background-color: #4227BE; }

 a { background-color: rgb(66,39,190); }

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

<style>
 span { border-color: #4227BE; }

 span { border-color: rgb(66,39,190); }

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