Html Css Color HEX #5D10AB Purple Heart

📋 copy color: '#5D10AB'

red 93 ◦ green 16 ◦ blue 171

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

Shades of Purple Heart #5D10AB

Tints of Purple Heart #5D10AB

RGB

 RED value IS 93 (36.72% from 255) = 33.21%

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

 BLUE value IS 171 (67.19% from 255) = 61.07%

R = 33.21%
G = 5.71%
B = 61.07%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D10AB (or 0x5D10AB) is known color: Purple Heart. HEX triplet: 5D, 10 and AB. RGB value is (93,16,171). Sum of RGB (Red+Green+Blue) = 93+16+171=280 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.21% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D10AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D10AB is #A2EF54. Grayscale: #383838. Windows color (decimal): -10678101 or 11210845. OLE color: 11210845.

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

Color convert

RGB 93 16 171 -
CMYK 0.46 0.91 0 0.33
HSL 269.81º 0.83% 0.37% -
HSV(B) 269.81º 0.91% 0.67% -
XYZ 12.05 5.64 38.98 -
YUV 56.69 192.51 153.9 -
System Red Green Blue C M Y K H S L
Decimal 93 16 171 0.46 0.91 0 0.33 269.81 0.83 0.37
Hex 5D 10 AB 2E 5B 0 21 10E 53 25
Octal 135 20 253 56 133 0 41 416 123 45
Binary 1011101 10000 10101011 101110 1011011 0 100001 100001110 1010011 100101

Color Harmonies of #5D10AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D10AB

Black with #5D10AB

Text Example


Text Example

White with #5D10AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,16,171); }

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

background-color css

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

 a { background-color: rgb(93,16,171); }

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

border-color css

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

 span { border-color: rgb(93,16,171); }

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