#442CCD

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

Shades of Purple Heart #442CCD

Tints of Purple Heart #442CCD

Color information

#442CCD (or 0x442CCD) is unknown color: approx Purple Heart. HEX triplet: 44, 2C and CD. RGB value is (68,44,205). Sum of RGB (Red+Green+Blue) = 68+44+205=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #442CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442CCD is #BBD332. Grayscale: #444444. Windows color (decimal): -12309299 or 13446212. OLE color: 13446212.

HSL color Cylindrical-coordinate representation of color #442CCD: hue angle of 248.94º 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 #442CCD is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6844205-
CMYK0.670.7900.20
HSL248.94º64.66%48.82%-
HSV(B)248.94º78.54%80.39%-
XYZ14.37.4458.44-
YUV69.53204.45126.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.45%
GREEN value IS 44 (17.58% from 255) = 13.88%
BLUE value IS 205 (80.47% from 255) = 64.67%
R=21.45%
G=13.88%
B=64.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal68442050.670.7900.20248.9464.6648.82
Hex442CCD434F014f94131
Octal1045431510311702437110161
Binary10001001011001100110110000111001111010100111110011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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