#4529C5

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

Shades of Purple Heart #4529C5

Tints of Purple Heart #4529C5

Color information

#4529C5 (or 0x4529C5) is unknown color: approx Purple Heart. HEX triplet: 45, 29 and C5. RGB value is (69,41,197). Sum of RGB (Red+Green+Blue) = 69+41+197=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 197 (77.34% from 255 or 64.17% from 307); Max value from RGB is 197 - color contains mainly: blue. Hex color #4529C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4529C5 is #BAD63A. Grayscale: #424242. Windows color (decimal): -12244539 or 12921157. OLE color: 12921157.

HSL color Cylindrical-coordinate representation of color #4529C5: hue angle of 250.77º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4529C5 is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6941197-
CMYK0.650.7900.23
HSL250.77º65.55%46.67%-
HSV(B)250.77º79.19%77.25%-
XYZ13.336.8853.45-
YUV67.16201.28129.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.48%
GREEN value IS 41 (16.41% from 255) = 13.36%
BLUE value IS 197 (77.34% from 255) = 64.17%
R=22.48%
G=13.36%
B=64.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal69411970.650.7900.23250.7765.5546.67
Hex4529C5414F017fb422f
Octal1055130510111702737310257
Binary10001011010011100010110000011001111010111111110111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4529C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4529C5; }

 p { color: rgb(69,41,197); }

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

<style>
 a { background-color: #4529C5; }

 a { background-color: rgb(69,41,197); }

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

<style>
 span { border-color: #4529C5; }

 span { border-color: rgb(69,41,197); }

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