Html Css Color HEX #5B00BA Purple Heart

📋 copy color: '#5B00BA'

red 91 ◦ green 0 ◦ blue 186

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

Shades of Purple Heart #5B00BA

Tints of Purple Heart #5B00BA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 32.85%
G = 0%
B = 67.15%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5B00BA (or 0x5B00BA) is known color: Purple Heart. HEX triplet: 5B, 00 and BA. RGB value is (91,0,186). Sum of RGB (Red+Green+Blue) = 91+0+186=277 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.85% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B00BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B00BA is #A4FF45. Grayscale: #2F2F2F. Windows color (decimal): -10813254 or 12189787. OLE color: 12189787.

HSL color Cylindrical-coordinate representation of color #5B00BA: hue angle of 269.35º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B00BA is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 91 0 186 -
CMYK 0.51 1 0 0.27
HSL 269.35º 1% 0.36% -
HSV(B) 269.35º 1% 0.73% -
XYZ 13.18 5.77 46.87 -
YUV 48.41 205.65 158.38 -
System Red Green Blue C M Y K H S L
Decimal 91 0 186 0.51 1 0 0.27 269.35 1 0.36
Hex 5B 0 BA 33 64 0 1B 10D 64 24
Octal 133 0 272 63 144 0 33 415 144 44
Binary 1011011 0 10111010 110011 1100100 0 11011 100001101 1100100 100100

Color Harmonies of #5B00BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B00BA

Black with #5B00BA

Text Example


Text Example

White with #5B00BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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