#422CCB

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

Shades of Purple Heart #422CCB

Tints of Purple Heart #422CCB

Color information

#422CCB (or 0x422CCB) is unknown color: approx Purple Heart. HEX triplet: 42, 2C and CB. RGB value is (66,44,203). Sum of RGB (Red+Green+Blue) = 66+44+203=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #422CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422CCB is #BDD334. Grayscale: #444444. Windows color (decimal): -12440373 or 13315138. OLE color: 13315138.

HSL color Cylindrical-coordinate representation of color #422CCB: hue angle of 248.3º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #422CCB is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6644203-
CMYK0.670.7800.20
HSL248.3º64.37%48.43%-
HSV(B)248.3º78.33%79.61%-
XYZ13.937.2757.17-
YUV68.7203.79126.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.09%
GREEN value IS 44 (17.58% from 255) = 14.06%
BLUE value IS 203 (79.69% from 255) = 64.86%
R=21.09%
G=14.06%
B=64.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal66442030.670.7800.20248.364.3748.43
Hex422CCB434E014f84030
Octal1025431310311602437010060
Binary10000101011001100101110000111001110010100111110001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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