Html Css Color HEX #5B25BA Purple Heart

📋 copy color: '#5B25BA'

red 91 ◦ green 37 ◦ blue 186

#5B25BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5B25BA

Tints of Purple Heart #5B25BA

RGB

 RED value IS 91 (35.94% from 255) = 28.98%

 GREEN value IS 37 (14.84% from 255) = 11.78%

 BLUE value IS 186 (73.05% from 255) = 59.24%

R = 28.98%
G = 11.78%
B = 59.24%

CMYK

 C value IS 0.51

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5B25BA (or 0x5B25BA) is known color: Purple Heart. HEX triplet: 5B, 25 and BA. RGB value is (91,37,186). Sum of RGB (Red+Green+Blue) = 91+37+186=314 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.98% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B25BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B25BA is #A4DA45. Grayscale: #454545. Windows color (decimal): -10803782 or 12199259. OLE color: 12199259.

HSL color Cylindrical-coordinate representation of color #5B25BA: hue angle of 261.74º 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 #5B25BA is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 91 37 186 -
CMYK 0.51 0.80 0 0.27
HSL 261.75º 0.67% 0.44% -
HSV(B) 261.75º 0.8% 0.73% -
XYZ 13.84 7.09 47.09 -
YUV 70.13 193.39 142.88 -
System Red Green Blue C M Y K H S L
Decimal 91 37 186 0.51 0.80 0 0.27 261.75 0.67 0.44
Hex 5B 25 BA 33 50 0 1B 106 43 2C
Octal 133 45 272 63 120 0 33 406 103 54
Binary 1011011 100101 10111010 110011 1010000 0 11011 100000110 1000011 101100

Color Harmonies of #5B25BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B25BA

Black with #5B25BA

Text Example


Text Example

White with #5B25BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B25BA;
 }
 .AnyTagClassName
 {
   color: #5B25BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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