#422CCD

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

Shades of Purple Heart #422CCD

Tints of Purple Heart #422CCD

Color information

#422CCD (or 0x422CCD) is unknown color: approx Purple Heart. HEX triplet: 42, 2C and CD. RGB value is (66,44,205). Sum of RGB (Red+Green+Blue) = 66+44+205=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #422CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422CCD is #BDD332. Grayscale: #444444. Windows color (decimal): -12440371 or 13446210. OLE color: 13446210.

HSL color Cylindrical-coordinate representation of color #422CCD: hue angle of 248.2º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #422CCD is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6644205-
CMYK0.680.7900.20
HSL248.2º64.66%48.82%-
HSV(B)248.2º78.54%80.39%-
XYZ14.177.3758.43-
YUV68.93204.79125.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.95%
GREEN value IS 44 (17.58% from 255) = 13.97%
BLUE value IS 205 (80.47% from 255) = 65.08%
R=20.95%
G=13.97%
B=65.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal66442050.680.7900.20248.264.6648.82
Hex422CCD444F014f84131
Octal1025431510411702437010161
Binary10000101011001100110110001001001111010100111110001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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