#4521CA

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

Shades of Purple Heart #4521CA

Tints of Purple Heart #4521CA

Color information

#4521CA (or 0x4521CA) is unknown color: approx Purple Heart. HEX triplet: 45, 21 and CA. RGB value is (69,33,202). Sum of RGB (Red+Green+Blue) = 69+33+202=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 202 (79.30% from 255 or 66.45% from 304); Max value from RGB is 202 - color contains mainly: blue. Hex color #4521CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4521CA is #BADE35. Grayscale: #3E3E3E. Windows color (decimal): -12246582 or 13246789. OLE color: 13246789.

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

Color convert

RGB6933202-
CMYK0.660.8400.21
HSL252.78º71.91%46.08%-
HSV(B)252.78º83.66%79.22%-
XYZ13.666.6256.43-
YUV63.03206.43132.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.70%
GREEN value IS 33 (13.28% from 255) = 10.86%
BLUE value IS 202 (79.30% from 255) = 66.45%
R=22.70%
G=10.86%
B=66.45%

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
Decimal69332020.660.8400.21252.7871.9146.08
Hex4521CA4254015fd482e
Octal1054131210212402537511056
Binary10001011000011100101010000101010100010101111111011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4521CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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