Html Css Color HEX #5B0AB3 Purple Heart

📋 copy color: '#5B0AB3'

red 91 ◦ green 10 ◦ blue 179

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

Shades of Purple Heart #5B0AB3

Tints of Purple Heart #5B0AB3

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.57%

 BLUE value IS 179 (70.31% from 255) = 63.93%

R = 32.5%
G = 3.57%
B = 63.93%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5B0AB3 (or 0x5B0AB3) is known color: Purple Heart. HEX triplet: 5B, 0A and B3. RGB value is (91,10,179). Sum of RGB (Red+Green+Blue) = 91+10+179=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 179 (70.31% from 255 or 63.93% from 280); Max value from RGB is 179 - color contains mainly: blue. Hex color #5B0AB3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B0AB3 is #A4F54C. Grayscale: #343434. Windows color (decimal): -10810701 or 11733595. OLE color: 11733595.

HSL color Cylindrical-coordinate representation of color #5B0AB3: hue angle of 268.76º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5B0AB3 is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 91 10 179 -
CMYK 0.49 0.94 0 0.30
HSL 268.76º 0.89% 0.37% -
HSV(B) 268.76º 0.94% 0.7% -
XYZ 12.56 5.7 43.09 -
YUV 53.49 198.84 154.76 -
System Red Green Blue C M Y K H S L
Decimal 91 10 179 0.49 0.94 0 0.30 268.76 0.89 0.37
Hex 5B A B3 31 5E 0 1E 10D 59 25
Octal 133 12 263 61 136 0 36 415 131 45
Binary 1011011 1010 10110011 110001 1011110 0 11110 100001101 1011001 100101

Color Harmonies of #5B0AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0AB3

Black with #5B0AB3

Text Example


Text Example

White with #5B0AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,10,179); }

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

background-color css

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

 a { background-color: rgb(91,10,179); }

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

border-color css

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

 span { border-color: rgb(91,10,179); }

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