Html Css Color HEX #5B0FBC Purple Heart

📋 copy color: '#5B0FBC'

red 91 ◦ green 15 ◦ blue 188

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

Shades of Purple Heart #5B0FBC

Tints of Purple Heart #5B0FBC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.1%

 BLUE value IS 188 (73.83% from 255) = 63.95%

R = 30.95%
G = 5.1%
B = 63.95%

CMYK

 C value IS 0.52

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5B0FBC (or 0x5B0FBC) is known color: Purple Heart. HEX triplet: 5B, 0F and BC. RGB value is (91,15,188). Sum of RGB (Red+Green+Blue) = 91+15+188=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B0FBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B0FBC is #A4F043. Grayscale: #383838. Windows color (decimal): -10809412 or 12324699. OLE color: 12324699.

HSL color Cylindrical-coordinate representation of color #5B0FBC: hue angle of 266.36º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5B0FBC is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 91 15 188 -
CMYK 0.52 0.92 0 0.26
HSL 266.36º 0.85% 0.4% -
HSV(B) 266.36º 0.92% 0.74% -
XYZ 13.56 6.2 48.06 -
YUV 57.45 201.68 151.93 -
System Red Green Blue C M Y K H S L
Decimal 91 15 188 0.52 0.92 0 0.26 266.36 0.85 0.4
Hex 5B F BC 34 5C 0 1A 10A 55 28
Octal 133 17 274 64 134 0 32 412 125 50
Binary 1011011 1111 10111100 110100 1011100 0 11010 100001010 1010101 101000

Color Harmonies of #5B0FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0FBC

Black with #5B0FBC

Text Example


Text Example

White with #5B0FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,15,188); }

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

background-color css

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

 a { background-color: rgb(91,15,188); }

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

border-color css

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

 span { border-color: rgb(91,15,188); }

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