#4524C2

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

Shades of Purple Heart #4524C2

Tints of Purple Heart #4524C2

Color information

#4524C2 (or 0x4524C2) is unknown color: approx Purple Heart. HEX triplet: 45, 24 and C2. RGB value is (69,36,194). Sum of RGB (Red+Green+Blue) = 69+36+194=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 194 (76.17% from 255 or 64.88% from 299); Max value from RGB is 194 - color contains mainly: blue. Hex color #4524C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4524C2 is #BADB3D. Grayscale: #3F3F3F. Windows color (decimal): -12245822 or 12723269. OLE color: 12723269.

HSL color Cylindrical-coordinate representation of color #4524C2: hue angle of 252.53º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4524C2 is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6936194-
CMYK0.640.8100.24
HSL252.53º68.7%45.1%-
HSV(B)252.53º81.44%76.08%-
XYZ12.826.4251.6-
YUV63.88201.43131.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.08%
GREEN value IS 36 (14.45% from 255) = 12.04%
BLUE value IS 194 (76.17% from 255) = 64.88%
R=23.08%
G=12.04%
B=64.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal69361940.640.8100.24252.5368.745.1
Hex4524C24051018fd452d
Octal1054430210012103037510555
Binary10001011001001100001010000001010001011000111111011000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4524C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4524C2; }

 p { color: rgb(69,36,194); }

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

<style>
 a { background-color: #4524C2; }

 a { background-color: rgb(69,36,194); }

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

<style>
 span { border-color: #4524C2; }

 span { border-color: rgb(69,36,194); }

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