Html Css Color HEX #5B0CBF Purple Heart

📋 copy color: '#5B0CBF'

red 91 ◦ green 12 ◦ blue 191

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

Shades of Purple Heart #5B0CBF

Tints of Purple Heart #5B0CBF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.08%

 BLUE value IS 191 (75% from 255) = 64.97%

R = 30.95%
G = 4.08%
B = 64.97%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5B0CBF (or 0x5B0CBF) is known color: Purple Heart. HEX triplet: 5B, 0C and BF. RGB value is (91,12,191). Sum of RGB (Red+Green+Blue) = 91+12+191=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 191 (75% from 255 or 64.97% from 294); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B0CBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B0CBF is #A4F340. Grayscale: #373737. Windows color (decimal): -10810177 or 12520539. OLE color: 12520539.

HSL color Cylindrical-coordinate representation of color #5B0CBF: hue angle of 266.48º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5B0CBF is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 91 12 191 -
CMYK 0.52 0.94 0 0.25
HSL 266.48º 0.88% 0.4% -
HSV(B) 266.48º 0.94% 0.75% -
XYZ 13.85 6.25 49.77 -
YUV 56.03 204.17 152.95 -
System Red Green Blue C M Y K H S L
Decimal 91 12 191 0.52 0.94 0 0.25 266.48 0.88 0.4
Hex 5B C BF 34 5E 0 19 10A 58 28
Octal 133 14 277 64 136 0 31 412 130 50
Binary 1011011 1100 10111111 110100 1011110 0 11001 100001010 1011000 101000

Color Harmonies of #5B0CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0CBF

Black with #5B0CBF

Text Example


Text Example

White with #5B0CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,12,191); }

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

background-color css

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

 a { background-color: rgb(91,12,191); }

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

border-color css

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

 span { border-color: rgb(91,12,191); }

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