Html Css Color HEX #5B16BC Purple Heart

📋 copy color: '#5B16BC'

red 91 ◦ green 22 ◦ blue 188

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

Shades of Purple Heart #5B16BC

Tints of Purple Heart #5B16BC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.31%

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

R = 30.23%
G = 7.31%
B = 62.46%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5B16BC (or 0x5B16BC) is known color: Purple Heart. HEX triplet: 5B, 16 and BC. RGB value is (91,22,188). Sum of RGB (Red+Green+Blue) = 91+22+188=301 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.23% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B16BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B16BC is #A4E943. Grayscale: #3C3C3C. Windows color (decimal): -10807620 or 12326491. OLE color: 12326491.

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

Color convert

RGB 91 22 188 -
CMYK 0.52 0.88 0 0.26
HSL 264.94º 0.79% 0.41% -
HSV(B) 264.94º 0.88% 0.74% -
XYZ 13.68 6.43 48.1 -
YUV 61.56 199.36 149 -
System Red Green Blue C M Y K H S L
Decimal 91 22 188 0.52 0.88 0 0.26 264.94 0.79 0.41
Hex 5B 16 BC 34 58 0 1A 109 4F 29
Octal 133 26 274 64 130 0 32 411 117 51
Binary 1011011 10110 10111100 110100 1011000 0 11010 100001001 1001111 101001

Color Harmonies of #5B16BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B16BC

Black with #5B16BC

Text Example


Text Example

White with #5B16BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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