#4432CA

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

Shades of Purple Heart #4432CA

Tints of Purple Heart #4432CA

Color information

#4432CA (or 0x4432CA) is unknown color: approx Purple Heart. HEX triplet: 44, 32 and CA. RGB value is (68,50,202). Sum of RGB (Red+Green+Blue) = 68+50+202=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 202 (79.30% from 255 or 63.12% from 320); Max value from RGB is 202 - color contains mainly: blue. Hex color #4432CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4432CA is #BBCD35. Grayscale: #484848. Windows color (decimal): -12307766 or 13251140. OLE color: 13251140.

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

Color convert

RGB6850202-
CMYK0.660.7500.21
HSL247.11º60.32%49.41%-
HSV(B)247.11º75.25%79.22%-
XYZ14.197.7756.63-
YUV72.71200.96124.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.25%
GREEN value IS 50 (19.92% from 255) = 15.62%
BLUE value IS 202 (79.30% from 255) = 63.12%
R=21.25%
G=15.62%
B=63.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal68502020.660.7500.21247.1160.3249.41
Hex4432CA424B015f73c31
Octal104623121021130253677461
Binary1000100110010110010101000010100101101010111110111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4432CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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