Html Css Color HEX #5B1BAE Purple Heart

📋 copy color: '#5B1BAE'

red 91 ◦ green 27 ◦ blue 174

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

Shades of Purple Heart #5B1BAE

Tints of Purple Heart #5B1BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.25%

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

R = 31.16%
G = 9.25%
B = 59.59%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5B1BAE (or 0x5B1BAE) is known color: Purple Heart. HEX triplet: 5B, 1B and AE. RGB value is (91,27,174). Sum of RGB (Red+Green+Blue) = 91+27+174=292 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.16% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #5B1BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B1BAE is #A4E451. Grayscale: #3E3E3E. Windows color (decimal): -10806354 or 11410267. OLE color: 11410267.

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

Color convert

RGB 91 27 174 -
CMYK 0.48 0.84 0 0.32
HSL 266.12º 0.73% 0.39% -
HSV(B) 266.12º 0.84% 0.68% -
XYZ 12.35 6.06 40.56 -
YUV 62.89 190.7 148.05 -
System Red Green Blue C M Y K H S L
Decimal 91 27 174 0.48 0.84 0 0.32 266.12 0.73 0.39
Hex 5B 1B AE 30 54 0 20 10A 49 27
Octal 133 33 256 60 124 0 40 412 111 47
Binary 1011011 11011 10101110 110000 1010100 0 100000 100001010 1001001 100111

Color Harmonies of #5B1BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1BAE

Black with #5B1BAE

Text Example


Text Example

White with #5B1BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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