#422ABE

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

Shades of Purple Heart #422ABE

Tints of Purple Heart #422ABE

Color information

#422ABE (or 0x422ABE) is unknown color: approx Purple Heart. HEX triplet: 42, 2A and BE. RGB value is (66,42,190). Sum of RGB (Red+Green+Blue) = 66+42+190=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #422ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422ABE is #BDD541. Grayscale: #414141. Windows color (decimal): -12440898 or 12462658. OLE color: 12462658.

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

Color convert

RGB6642190-
CMYK0.650.7800.25
HSL249.73º63.79%45.49%-
HSV(B)249.73º77.89%74.51%-
XYZ12.376.5349.32-
YUV66.05197.95127.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.15%
GREEN value IS 42 (16.80% from 255) = 14.09%
BLUE value IS 190 (74.61% from 255) = 63.76%
R=22.15%
G=14.09%
B=63.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66421900.650.7800.25249.7363.7945.49
Hex422ABE414E019fa402d
Octal1025227610111603137210055
Binary10000101010101011111010000011001110011001111110101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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