#422BB6

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

Shades of Purple Heart #422BB6

Tints of Purple Heart #422BB6

Color information

#422BB6 (or 0x422BB6) is unknown color: approx Purple Heart. HEX triplet: 42, 2B and B6. RGB value is (66,43,182). Sum of RGB (Red+Green+Blue) = 66+43+182=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 182 (71.48% from 255 or 62.54% from 291); Max value from RGB is 182 - color contains mainly: blue. Hex color #422BB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422BB6 is #BDD449. Grayscale: #414141. Windows color (decimal): -12440650 or 11938626. OLE color: 11938626.

HSL color Cylindrical-coordinate representation of color #422BB6: hue angle of 249.93º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #422BB6 is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6643182-
CMYK0.640.7600.29
HSL249.93º61.78%44.12%-
HSV(B)249.93º76.37%71.37%-
XYZ11.556.2644.86-
YUV65.72193.62128.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.68%
GREEN value IS 43 (17.19% from 255) = 14.78%
BLUE value IS 182 (71.48% from 255) = 62.54%
R=22.68%
G=14.78%
B=62.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66431820.640.7600.29249.9361.7844.12
Hex422BB6404C01Dfa3e2c
Octal102532661001140353727654
Binary1000010101011101101101000000100110001110111111010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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