Html Css Color HEX #5A10AD Purple Heart

📋 copy color: '#5A10AD'

red 90 ◦ green 16 ◦ blue 173

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

Shades of Purple Heart #5A10AD

Tints of Purple Heart #5A10AD

RGB

 RED value IS 90 (35.55% from 255) = 32.26%

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

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

R = 32.26%
G = 5.73%
B = 62.01%

CMYK

 C value IS 0.48

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5A10AD (or 0x5A10AD) is known color: Purple Heart. HEX triplet: 5A, 10 and AD. RGB value is (90,16,173). Sum of RGB (Red+Green+Blue) = 90+16+173=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #5A10AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A10AD is #A5EF52. Grayscale: #373737. Windows color (decimal): -10874707 or 11341914. OLE color: 11341914.

HSL color Cylindrical-coordinate representation of color #5A10AD: hue angle of 268.28º 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 #5A10AD is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 90 16 173 -
CMYK 0.48 0.91 0 0.32
HSL 268.28º 0.83% 0.37% -
HSV(B) 268.28º 0.91% 0.68% -
XYZ 11.94 5.56 39.98 -
YUV 56.02 194.02 152.23 -
System Red Green Blue C M Y K H S L
Decimal 90 16 173 0.48 0.91 0 0.32 268.28 0.83 0.37
Hex 5A 10 AD 30 5B 0 20 10C 53 25
Octal 132 20 255 60 133 0 40 414 123 45
Binary 1011010 10000 10101101 110000 1011011 0 100000 100001100 1010011 100101

Color Harmonies of #5A10AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A10AD

Black with #5A10AD

Text Example


Text Example

White with #5A10AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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