Html Css Color HEX #5B0FAE Purple Heart

📋 copy color: '#5B0FAE'

red 91 ◦ green 15 ◦ blue 174

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

Shades of Purple Heart #5B0FAE

Tints of Purple Heart #5B0FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.36%

 BLUE value IS 174 (68.36% from 255) = 62.14%

R = 32.5%
G = 5.36%
B = 62.14%

CMYK

 C value IS 0.48

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5B0FAE (or 0x5B0FAE) is known color: Purple Heart. HEX triplet: 5B, 0F and AE. RGB value is (91,15,174). Sum of RGB (Red+Green+Blue) = 91+15+174=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 174 (68.36% from 255 or 62.14% from 280); Max value from RGB is 174 - color contains mainly: blue. Hex color #5B0FAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0FAE is #A4F051. Grayscale: #373737. Windows color (decimal): -10809426 or 11407195. OLE color: 11407195.

HSL color Cylindrical-coordinate representation of color #5B0FAE: hue angle of 268.68º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B0FAE is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 91 15 174 -
CMYK 0.48 0.91 0 0.32
HSL 268.68º 0.84% 0.37% -
HSV(B) 268.68º 0.91% 0.68% -
XYZ 12.13 5.62 40.49 -
YUV 55.85 194.68 153.07 -
System Red Green Blue C M Y K H S L
Decimal 91 15 174 0.48 0.91 0 0.32 268.68 0.84 0.37
Hex 5B F AE 30 5B 0 20 10D 54 25
Octal 133 17 256 60 133 0 40 415 124 45
Binary 1011011 1111 10101110 110000 1011011 0 100000 100001101 1010100 100101

Color Harmonies of #5B0FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0FAE

Black with #5B0FAE

Text Example


Text Example

White with #5B0FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,15,174); }

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

background-color css

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

 a { background-color: rgb(91,15,174); }

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

border-color css

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

 span { border-color: rgb(91,15,174); }

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