Html Css Color HEX #5B1BAF Purple Heart

📋 copy color: '#5B1BAF'

red 91 ◦ green 27 ◦ blue 175

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

Shades of Purple Heart #5B1BAF

Tints of Purple Heart #5B1BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 59.73%

R = 31.06%
G = 9.22%
B = 59.73%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5B1BAF (or 0x5B1BAF) is known color: Purple Heart. HEX triplet: 5B, 1B and AF. RGB value is (91,27,175). Sum of RGB (Red+Green+Blue) = 91+27+175=293 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.06% from 293); Green value is 27 (10.94% from 255 or 9.22% from 293); Blue value is 175 (68.75% from 255 or 59.73% from 293); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B1BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B1BAF is #A4E450. Grayscale: #3E3E3E. Windows color (decimal): -10806353 or 11475803. OLE color: 11475803.

HSL color Cylindrical-coordinate representation of color #5B1BAF: hue angle of 265.95º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B1BAF is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 91 27 175 -
CMYK 0.48 0.85 0 0.31
HSL 265.95º 0.73% 0.4% -
HSV(B) 265.95º 0.85% 0.69% -
XYZ 12.44 6.1 41.08 -
YUV 63.01 191.2 147.97 -
System Red Green Blue C M Y K H S L
Decimal 91 27 175 0.48 0.85 0 0.31 265.95 0.73 0.4
Hex 5B 1B AF 30 55 0 1F 10A 49 28
Octal 133 33 257 60 125 0 37 412 111 50
Binary 1011011 11011 10101111 110000 1010101 0 11111 100001010 1001001 101000

Color Harmonies of #5B1BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1BAF

Black with #5B1BAF

Text Example


Text Example

White with #5B1BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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