#5B25AD

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

Shades of Purple Heart #5B25AD

Tints of Purple Heart #5B25AD

Color information

#5B25AD (or 0x5B25AD) is unknown color: approx Purple Heart. HEX triplet: 5B, 25 and AD. RGB value is (91,37,173). Sum of RGB (Red+Green+Blue) = 91+37+173=301 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.23% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B25AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B25AD is #A4DA52. Grayscale: #444444. Windows color (decimal): -10803795 or 11347291. OLE color: 11347291.

HSL color Cylindrical-coordinate representation of color #5B25AD: hue angle of 263.82º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B25AD is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9137173-
CMYK0.470.7900.32
HSL263.82º64.76%41.18%-
HSV(B)263.82º78.61%67.84%-
XYZ12.526.5640.14-
YUV68.65186.89143.94-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.23%
GREEN value IS 37 (14.84% from 255) = 12.29%
BLUE value IS 173 (67.97% from 255) = 57.48%
R=30.23%
G=12.29%
B=57.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91371730.470.7900.32263.8264.7641.18
Hex5B25AD2F4F0201084129
Octal133452555711704041010151
Binary101101110010110101101101111100111101000001000010001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B25AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B25AD; }

 p { color: rgb(91,37,173); }

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

<style>
 a { background-color: #5B25AD; }

 a { background-color: rgb(91,37,173); }

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

<style>
 span { border-color: #5B25AD; }

 span { border-color: rgb(91,37,173); }

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