#4529CE

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

Shades of Purple Heart #4529CE

Tints of Purple Heart #4529CE

Color information

#4529CE (or 0x4529CE) is unknown color: approx Purple Heart. HEX triplet: 45, 29 and CE. RGB value is (69,41,206). Sum of RGB (Red+Green+Blue) = 69+41+206=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #4529CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4529CE is #BAD631. Grayscale: #434343. Windows color (decimal): -12244530 or 13510981. OLE color: 13510981.

HSL color Cylindrical-coordinate representation of color #4529CE: hue angle of 250.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4529CE is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6941206-
CMYK0.670.8000.19
HSL250.18º66.8%48.43%-
HSV(B)250.18º80.1%80.78%-
XYZ14.397.3159.04-
YUV68.18205.78128.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.84%
GREEN value IS 41 (16.41% from 255) = 12.97%
BLUE value IS 206 (80.86% from 255) = 65.19%
R=21.84%
G=12.97%
B=65.19%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal69412060.670.8000.19250.1866.848.43
Hex4529CE4350013fa4330
Octal1055131610312002337210360
Binary10001011010011100111010000111010000010011111110101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4529CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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