Html Css Color HEX #5B00BB Purple Heart

📋 copy color: '#5B00BB'

red 91 ◦ green 0 ◦ blue 187

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

Shades of Purple Heart #5B00BB

Tints of Purple Heart #5B00BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 67.27%

R = 32.73%
G = 0%
B = 67.27%

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

#5B00BB (or 0x5B00BB) is known color: Purple Heart. HEX triplet: 5B, 00 and BB. RGB value is (91,0,187). Sum of RGB (Red+Green+Blue) = 91+0+187=278 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.73% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 187 (73.44% from 255 or 67.27% from 278); Max value from RGB is 187 - color contains mainly: blue. Hex color #5B00BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B00BB is #A4FF44. Grayscale: #2F2F2F. Windows color (decimal): -10813253 or 12255323. OLE color: 12255323.

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

Color convert

RGB 91 0 187 -
CMYK 0.51 1 0 0.27
HSL 269.2º 1% 0.37% -
HSV(B) 269.2º 1% 0.73% -
XYZ 13.28 5.81 47.44 -
YUV 48.53 206.15 158.29 -
System Red Green Blue C M Y K H S L
Decimal 91 0 187 0.51 1 0 0.27 269.2 1 0.37
Hex 5B 0 BB 33 64 0 1B 10D 64 25
Octal 133 0 273 63 144 0 33 415 144 45
Binary 1011011 0 10111011 110011 1100100 0 11011 100001101 1100100 100101

Color Harmonies of #5B00BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B00BB

Black with #5B00BB

Text Example


Text Example

White with #5B00BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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