#4421CC

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

Shades of Purple Heart #4421CC

Tints of Purple Heart #4421CC

Color information

#4421CC (or 0x4421CC) is unknown color: approx Purple Heart. HEX triplet: 44, 21 and CC. RGB value is (68,33,204). Sum of RGB (Red+Green+Blue) = 68+33+204=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #4421CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4421CC is #BBDE33. Grayscale: #3E3E3E. Windows color (decimal): -12312116 or 13377860. OLE color: 13377860.

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

Color convert

RGB6833204-
CMYK0.670.8400.2
HSL252.28º72.15%46.47%-
HSV(B)252.28º83.82%80%-
XYZ13.836.6857.69-
YUV62.96207.6131.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.30%
GREEN value IS 33 (13.28% from 255) = 10.82%
BLUE value IS 204 (80.08% from 255) = 66.89%
R=22.30%
G=10.82%
B=66.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal68332040.670.8400.2252.2872.1546.47
Hex4421CC4354014fc482e
Octal1044131410312402437411056
Binary10001001000011100110010000111010100010100111111001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4421CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4421CC; }

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

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

<style>
 a { background-color: #4421CC; }

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

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

<style>
 span { border-color: #4421CC; }

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

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