Html Css Color HEX #5B01BA Purple Heart

📋 copy color: '#5B01BA'

red 91 ◦ green 1 ◦ blue 186

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

Shades of Purple Heart #5B01BA

Tints of Purple Heart #5B01BA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 32.73%
G = 0.36%
B = 66.91%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5B01BA (or 0x5B01BA) is known color: Purple Heart. HEX triplet: 5B, 01 and BA. RGB value is (91,1,186). Sum of RGB (Red+Green+Blue) = 91+1+186=278 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.73% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 186 (73.05% from 255 or 66.91% from 278); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B01BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B01BA is #A4FE45. Grayscale: #303030. Windows color (decimal): -10812998 or 12190043. OLE color: 12190043.

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

Color convert

RGB 91 1 186 -
CMYK 0.51 0.99 0 0.27
HSL 269.19º 0.99% 0.37% -
HSV(B) 269.19º 0.99% 0.73% -
XYZ 13.19 5.79 46.88 -
YUV 49 205.32 157.96 -
System Red Green Blue C M Y K H S L
Decimal 91 1 186 0.51 0.99 0 0.27 269.19 0.99 0.37
Hex 5B 1 BA 33 63 0 1B 10D 63 25
Octal 133 1 272 63 143 0 33 415 143 45
Binary 1011011 1 10111010 110011 1100011 0 11011 100001101 1100011 100101

Color Harmonies of #5B01BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B01BA

Black with #5B01BA

Text Example


Text Example

White with #5B01BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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