#422ABA

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

Shades of Purple Heart #422ABA

Tints of Purple Heart #422ABA

Color information

#422ABA (or 0x422ABA) is unknown color: approx Purple Heart. HEX triplet: 42, 2A and BA. RGB value is (66,42,186). Sum of RGB (Red+Green+Blue) = 66+42+186=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #422ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422ABA is #BDD545. Grayscale: #414141. Windows color (decimal): -12440902 or 12200514. OLE color: 12200514.

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

Color convert

RGB6642186-
CMYK0.650.7700.27
HSL250º63.16%44.71%-
HSV(B)250º77.42%72.94%-
XYZ11.946.3647.05-
YUV65.59195.95128.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 42 (16.80% from 255) = 14.29%
BLUE value IS 186 (73.05% from 255) = 63.27%
R=22.45%
G=14.29%
B=63.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66421860.650.7700.2725063.1644.71
Hex422ABA414D01Bfa3f2d
Octal102522721011150333727755
Binary1000010101010101110101000001100110101101111111010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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