Html Css Color HEX #5B07BA Purple Heart

📋 copy color: '#5B07BA'

red 91 ◦ green 7 ◦ blue 186

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

Shades of Purple Heart #5B07BA

Tints of Purple Heart #5B07BA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.46%

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

R = 32.04%
G = 2.46%
B = 65.49%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5B07BA (or 0x5B07BA) is known color: Purple Heart. HEX triplet: 5B, 07 and BA. RGB value is (91,7,186). Sum of RGB (Red+Green+Blue) = 91+7+186=284 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.04% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B07BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B07BA is #A4F845. Grayscale: #333333. Windows color (decimal): -10811462 or 12191579. OLE color: 12191579.

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

Color convert

RGB 91 7 186 -
CMYK 0.51 0.96 0 0.27
HSL 268.16º 0.93% 0.38% -
HSV(B) 268.16º 0.96% 0.73% -
XYZ 13.25 5.92 46.9 -
YUV 52.52 203.33 155.45 -
System Red Green Blue C M Y K H S L
Decimal 91 7 186 0.51 0.96 0 0.27 268.16 0.93 0.38
Hex 5B 7 BA 33 60 0 1B 10C 5D 26
Octal 133 7 272 63 140 0 33 414 135 46
Binary 1011011 111 10111010 110011 1100000 0 11011 100001100 1011101 100110

Color Harmonies of #5B07BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B07BA

Black with #5B07BA

Text Example


Text Example

White with #5B07BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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