#4422cc

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

Shades of Purple Heart #4422CC

Tints of Purple Heart #4422CC

Color information

#4422CC (or 0x4422CC) is unknown color: approx Purple Heart. HEX triplet: 44, 22 and CC. RGB value is (68,34,204). Sum of RGB (Red+Green+Blue) = 68+34+204=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #4422CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4422CC is #BBDD33. Grayscale: #3E3E3E. Windows color (decimal): -12311860 or 13378116. OLE color: 13378116.

HSL color Cylindrical-coordinate representation of color #4422CC: hue angle of 252º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4422CC is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6834204-
CMYK0.670.8300.2
HSL252º71.43%46.67%-
HSV(B)252º83.33%80%-
XYZ13.866.7357.7-
YUV63.55207.26131.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.22%
GREEN value IS 34 (13.67% from 255) = 11.11%
BLUE value IS 204 (80.08% from 255) = 66.67%
R=22.22%
G=11.11%
B=66.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal68342040.670.8300.225271.4346.67
Hex4422CC4353014fc472f
Octal1044231410312302437410757
Binary10001001000101100110010000111010011010100111111001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4422cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4422cc; }

 p { color: rgb(68,34,204); }

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

<style>
 a { background-color: #4422cc; }

 a { background-color: rgb(68,34,204); }

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

<style>
 span { border-color: #4422cc; }

 span { border-color: rgb(68,34,204); }

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