Html Css Color HEX #5B25A9 Purple Heart

📋 copy color: '#5B25A9'

red 91 ◦ green 37 ◦ blue 169

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

Shades of Purple Heart #5B25A9

Tints of Purple Heart #5B25A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 56.9%

R = 30.64%
G = 12.46%
B = 56.9%

CMYK

 C value IS 0.46

 M value IS 0.78

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#5B25A9 (or 0x5B25A9) is known color: Purple Heart. HEX triplet: 5B, 25 and A9. RGB value is (91,37,169). Sum of RGB (Red+Green+Blue) = 91+37+169=297 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.64% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 169 (66.41% from 255 or 56.90% from 297); Max value from RGB is 169 - color contains mainly: blue. Hex color #5B25A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B25A9 is #A4DA56. Grayscale: #434343. Windows color (decimal): -10803799 or 11085147. OLE color: 11085147.

HSL color Cylindrical-coordinate representation of color #5B25A9: hue angle of 264.55º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B25A9 is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 91 37 169 -
CMYK 0.46 0.78 0 0.34
HSL 264.55º 0.64% 0.4% -
HSV(B) 264.55º 0.78% 0.66% -
XYZ 12.14 6.41 38.13 -
YUV 68.19 184.89 144.27 -
System Red Green Blue C M Y K H S L
Decimal 91 37 169 0.46 0.78 0 0.34 264.55 0.64 0.4
Hex 5B 25 A9 2E 4E 0 22 109 40 28
Octal 133 45 251 56 116 0 42 411 100 50
Binary 1011011 100101 10101001 101110 1001110 0 100010 100001001 1000000 101000

Color Harmonies of #5B25A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B25A9

Black with #5B25A9

Text Example


Text Example

White with #5B25A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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