#5B25C1

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

Shades of Purple Heart #5B25C1

Tints of Purple Heart #5B25C1

Color information

#5B25C1 (or 0x5B25C1) is unknown color: approx Purple Heart. HEX triplet: 5B, 25 and C1. RGB value is (91,37,193). Sum of RGB (Red+Green+Blue) = 91+37+193=321 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.35% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 193 (75.78% from 255 or 60.12% from 321); Max value from RGB is 193 - color contains mainly: blue. Hex color #5B25C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B25C1 is #A4DA3E. Grayscale: #464646. Windows color (decimal): -10803775 or 12658011. OLE color: 12658011.

HSL color Cylindrical-coordinate representation of color #5B25C1: hue angle of 260.77º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B25C1 is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9137193-
CMYK0.530.8100.24
HSL260.77º67.83%45.1%-
HSV(B)260.77º80.83%75.69%-
XYZ14.67.451.11-
YUV70.93196.89142.32-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.35%
GREEN value IS 37 (14.84% from 255) = 11.53%
BLUE value IS 193 (75.78% from 255) = 60.12%
R=28.35%
G=11.53%
B=60.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal91371930.530.8100.24260.7767.8345.1
Hex5B25C13551018105442d
Octal133453016512103040510455
Binary10110111001011100000111010110100010110001000001011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B25C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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