#4532CA

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

Shades of Purple Heart #4532CA

Tints of Purple Heart #4532CA

Color information

#4532CA (or 0x4532CA) is unknown color: approx Purple Heart. HEX triplet: 45, 32 and CA. RGB value is (69,50,202). Sum of RGB (Red+Green+Blue) = 69+50+202=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 202 (79.30% from 255 or 62.93% from 321); Max value from RGB is 202 - color contains mainly: blue. Hex color #4532CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4532CA is #BACD35. Grayscale: #484848. Windows color (decimal): -12242230 or 13251141. OLE color: 13251141.

HSL color Cylindrical-coordinate representation of color #4532CA: hue angle of 247.5º 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 #4532CA is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6950202-
CMYK0.660.7500.21
HSL247.5º60.32%49.41%-
HSV(B)247.5º75.25%79.22%-
XYZ14.267.8156.63-
YUV73.01200.79125.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.50%
GREEN value IS 50 (19.92% from 255) = 15.58%
BLUE value IS 202 (79.30% from 255) = 62.93%
R=21.50%
G=15.58%
B=62.93%

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
Decimal69502020.660.7500.21247.560.3249.41
Hex4532CA424B015f83c31
Octal105623121021130253707461
Binary1000101110010110010101000010100101101010111111000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4532CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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