#422CBB

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

Shades of Purple Heart #422CBB

Tints of Purple Heart #422CBB

Color information

#422CBB (or 0x422CBB) is unknown color: approx Purple Heart. HEX triplet: 42, 2C and BB. RGB value is (66,44,187). Sum of RGB (Red+Green+Blue) = 66+44+187=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 187 (73.44% from 255 or 62.96% from 297); Max value from RGB is 187 - color contains mainly: blue. Hex color #422CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422CBB is #BDD344. Grayscale: #424242. Windows color (decimal): -12440389 or 12266562. OLE color: 12266562.

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

Color convert

RGB6644187-
CMYK0.650.7600.27
HSL249.23º61.9%45.29%-
HSV(B)249.23º76.47%73.33%-
XYZ12.126.5547.64-
YUV66.88195.79127.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.22%
GREEN value IS 44 (17.58% from 255) = 14.81%
BLUE value IS 187 (73.44% from 255) = 62.96%
R=22.22%
G=14.81%
B=62.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66441870.650.7600.27249.2361.945.29
Hex422CBB414C01Bf93e2d
Octal102542731011140333717655
Binary1000010101100101110111000001100110001101111111001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,44,187); }

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

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

 a { background-color: rgb(66,44,187); }

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

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

 span { border-color: rgb(66,44,187); }

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