#5b25b9

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

Shades of Purple Heart #5B25B9

Tints of Purple Heart #5B25B9

Color information

#5B25B9 (or 0x5B25B9) is unknown color: approx Purple Heart. HEX triplet: 5B, 25 and B9. RGB value is (91,37,185). Sum of RGB (Red+Green+Blue) = 91+37+185=313 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.07% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 185 (72.66% from 255 or 59.11% from 313); Max value from RGB is 185 - color contains mainly: blue. Hex color #5B25B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B25B9 is #A4DA46. Grayscale: #454545. Windows color (decimal): -10803783 or 12133723. OLE color: 12133723.

HSL color Cylindrical-coordinate representation of color #5B25B9: hue angle of 261.89º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B25B9 is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9137185-
CMYK0.510.8000.27
HSL261.89º66.67%43.53%-
HSV(B)261.89º80%72.55%-
XYZ13.737.0546.54-
YUV70.02192.89142.97-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.07%
GREEN value IS 37 (14.84% from 255) = 11.82%
BLUE value IS 185 (72.66% from 255) = 59.11%
R=29.07%
G=11.82%
B=59.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal91371850.510.8000.27261.8966.6743.53
Hex5B25B9335001B106432c
Octal133452716312003340610354
Binary10110111001011011100111001110100000110111000001101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b25b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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