#4517AD

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

Shades of Purple Heart #4517AD

Tints of Purple Heart #4517AD

Color information

#4517AD (or 0x4517AD) is unknown color: approx Purple Heart. HEX triplet: 45, 17 and AD. RGB value is (69,23,173). Sum of RGB (Red+Green+Blue) = 69+23+173=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 173 (67.97% from 255 or 65.28% from 265); Max value from RGB is 173 - color contains mainly: blue. Hex color #4517AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4517AD is #BAE852. Grayscale: #353535. Windows color (decimal): -12249171 or 11343685. OLE color: 11343685.

HSL color Cylindrical-coordinate representation of color #4517AD: hue angle of 258.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4517AD is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6923173-
CMYK0.600.8700.32
HSL258.4º76.53%38.43%-
HSV(B)258.4º86.71%67.84%-
XYZ10.34.939.94-
YUV53.85195.24138.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.04%
GREEN value IS 23 (9.38% from 255) = 8.68%
BLUE value IS 173 (67.97% from 255) = 65.28%
R=26.04%
G=8.68%
B=65.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal69231730.600.8700.32258.476.5338.43
Hex4517AD3C570201024d26
Octal105272557412704040211546
Binary10001011011110101101111100101011101000001000000101001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4517AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4517AD; }

 p { color: rgb(69,23,173); }

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

<style>
 a { background-color: #4517AD; }

 a { background-color: rgb(69,23,173); }

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

<style>
 span { border-color: #4517AD; }

 span { border-color: rgb(69,23,173); }

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