#422DCA

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

Shades of Purple Heart #422DCA

Tints of Purple Heart #422DCA

Color information

#422DCA (or 0x422DCA) is unknown color: approx Purple Heart. HEX triplet: 42, 2D and CA. RGB value is (66,45,202). Sum of RGB (Red+Green+Blue) = 66+45+202=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 202 (79.30% from 255 or 64.54% from 313); Max value from RGB is 202 - color contains mainly: blue. Hex color #422DCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422DCA is #BDD235. Grayscale: #444444. Windows color (decimal): -12440118 or 13249858. OLE color: 13249858.

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

Color convert

RGB6645202-
CMYK0.670.7800.21
HSL248.03º63.56%48.43%-
HSV(B)248.03º77.72%79.22%-
XYZ13.857.356.56-
YUV69.18202.96125.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.09%
GREEN value IS 45 (17.97% from 255) = 14.38%
BLUE value IS 202 (79.30% from 255) = 64.54%
R=21.09%
G=14.38%
B=64.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal66452020.670.7800.21248.0363.5648.43
Hex422DCA434E015f84030
Octal1025531210311602537010060
Binary10000101011011100101010000111001110010101111110001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,45,202); }

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

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

 a { background-color: rgb(66,45,202); }

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

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

 span { border-color: rgb(66,45,202); }

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