#422BB3

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

Shades of Purple Heart #422BB3

Tints of Purple Heart #422BB3

Color information

#422BB3 (or 0x422BB3) is unknown color: approx Purple Heart. HEX triplet: 42, 2B and B3. RGB value is (66,43,179). Sum of RGB (Red+Green+Blue) = 66+43+179=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 43 (17.19% from 255 or 14.93% from 288); Blue value is 179 (70.31% from 255 or 62.15% from 288); Max value from RGB is 179 - color contains mainly: blue. Hex color #422BB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422BB3 is #BDD44C. Grayscale: #404040. Windows color (decimal): -12440653 or 11742018. OLE color: 11742018.

HSL color Cylindrical-coordinate representation of color #422BB3: hue angle of 250.15º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #422BB3 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6643179-
CMYK0.630.7600.30
HSL250.15º61.26%43.53%-
HSV(B)250.15º75.98%70.2%-
XYZ11.256.1443.24-
YUV65.38192.12128.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.92%
GREEN value IS 43 (17.19% from 255) = 14.93%
BLUE value IS 179 (70.31% from 255) = 62.15%
R=22.92%
G=14.93%
B=62.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal66431790.630.7600.30250.1561.2643.53
Hex422BB33F4C01Efa3d2c
Octal10253263771140363727554
Binary100001010101110110011111111100110001111011111010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,43,179); }

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

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

 a { background-color: rgb(66,43,179); }

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

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

 span { border-color: rgb(66,43,179); }

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