#422eba

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

Shades of Purple Heart #422EBA

Tints of Purple Heart #422EBA

Color information

#422EBA (or 0x422EBA) is unknown color: approx Purple Heart. HEX triplet: 42, 2E and BA. RGB value is (66,46,186). Sum of RGB (Red+Green+Blue) = 66+46+186=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #422EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422EBA is #BDD145. Grayscale: #434343. Windows color (decimal): -12439878 or 12201538. OLE color: 12201538.

HSL color Cylindrical-coordinate representation of color #422EBA: hue angle of 248.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #422EBA is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6646186-
CMYK0.650.7500.27
HSL248.57º60.34%45.49%-
HSV(B)248.57º75.27%72.94%-
XYZ12.096.6647.1-
YUV67.94194.63126.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.15%
GREEN value IS 46 (18.36% from 255) = 15.44%
BLUE value IS 186 (73.05% from 255) = 62.42%
R=22.15%
G=15.44%
B=62.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66461860.650.7500.27248.5760.3445.49
Hex422EBA414B01Bf93c2d
Octal102562721011130333717455
Binary1000010101110101110101000001100101101101111111001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422eba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422eba; }

 p { color: rgb(66,46,186); }

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

<style>
 a { background-color: #422eba; }

 a { background-color: rgb(66,46,186); }

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

<style>
 span { border-color: #422eba; }

 span { border-color: rgb(66,46,186); }

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