Html Css Color HEX #5B10AD Purple Heart

📋 copy color: '#5B10AD'

red 91 ◦ green 16 ◦ blue 173

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

Shades of Purple Heart #5B10AD

Tints of Purple Heart #5B10AD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.71%

 BLUE value IS 173 (67.97% from 255) = 61.79%

R = 32.5%
G = 5.71%
B = 61.79%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5B10AD (or 0x5B10AD) is known color: Purple Heart. HEX triplet: 5B, 10 and AD. RGB value is (91,16,173). Sum of RGB (Red+Green+Blue) = 91+16+173=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 173 (67.97% from 255 or 61.79% from 280); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B10AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B10AD is #A4EF52. Grayscale: #373737. Windows color (decimal): -10809171 or 11341915. OLE color: 11341915.

HSL color Cylindrical-coordinate representation of color #5B10AD: hue angle of 268.66º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B10AD is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 91 16 173 -
CMYK 0.47 0.91 0 0.32
HSL 268.66º 0.83% 0.37% -
HSV(B) 268.66º 0.91% 0.68% -
XYZ 12.04 5.61 39.98 -
YUV 56.32 193.85 152.73 -
System Red Green Blue C M Y K H S L
Decimal 91 16 173 0.47 0.91 0 0.32 268.66 0.83 0.37
Hex 5B 10 AD 2F 5B 0 20 10D 53 25
Octal 133 20 255 57 133 0 40 415 123 45
Binary 1011011 10000 10101101 101111 1011011 0 100000 100001101 1010011 100101

Color Harmonies of #5B10AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B10AD

Black with #5B10AD

Text Example


Text Example

White with #5B10AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,16,173); }

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

background-color css

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

 a { background-color: rgb(91,16,173); }

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

border-color css

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

 span { border-color: rgb(91,16,173); }

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