#4421CA

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

Shades of Purple Heart #4421CA

Tints of Purple Heart #4421CA

Color information

#4421CA (or 0x4421CA) is unknown color: approx Purple Heart. HEX triplet: 44, 21 and CA. RGB value is (68,33,202). Sum of RGB (Red+Green+Blue) = 68+33+202=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 202 (79.30% from 255 or 66.67% from 303); Max value from RGB is 202 - color contains mainly: blue. Hex color #4421CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4421CA is #BBDE35. Grayscale: #3E3E3E. Windows color (decimal): -12312118 or 13246788. OLE color: 13246788.

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

Color convert

RGB6833202-
CMYK0.660.8400.21
HSL252.43º71.91%46.08%-
HSV(B)252.43º83.66%79.22%-
XYZ13.596.5856.43-
YUV62.73206.6131.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.44%
GREEN value IS 33 (13.28% from 255) = 10.89%
BLUE value IS 202 (79.30% from 255) = 66.67%
R=22.44%
G=10.89%
B=66.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal68332020.660.8400.21252.4371.9146.08
Hex4421CA4254015fc482e
Octal1044131210212402537411056
Binary10001001000011100101010000101010100010101111111001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4421CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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