Html Css Color HEX #5310AD Purple Heart

📋 copy color: '#5310AD'

red 83 ◦ green 16 ◦ blue 173

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

Shades of Purple Heart #5310AD

Tints of Purple Heart #5310AD

RGB

 RED value IS 83 (32.81% from 255) = 30.51%

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

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

R = 30.51%
G = 5.88%
B = 63.6%

CMYK

 C value IS 0.52

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5310AD (or 0x5310AD) is known color: Purple Heart. HEX triplet: 53, 10 and AD. RGB value is (83,16,173). Sum of RGB (Red+Green+Blue) = 83+16+173=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 173 (67.97% from 255 or 63.60% from 272); Max value from RGB is 173 - color contains mainly: blue. Hex color #5310AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5310AD is #ACEF52. Grayscale: #353535. Windows color (decimal): -11333459 or 11341907. OLE color: 11341907.

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

Color convert

RGB 83 16 173 -
CMYK 0.52 0.91 0 0.32
HSL 265.61º 0.83% 0.37% -
HSV(B) 265.61º 0.91% 0.68% -
XYZ 11.3 5.23 39.95 -
YUV 53.93 195.2 148.73 -
System Red Green Blue C M Y K H S L
Decimal 83 16 173 0.52 0.91 0 0.32 265.61 0.83 0.37
Hex 53 10 AD 34 5B 0 20 10A 53 25
Octal 123 20 255 64 133 0 40 412 123 45
Binary 1010011 10000 10101101 110100 1011011 0 100000 100001010 1010011 100101

Color Harmonies of #5310AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5310AD

Black with #5310AD

Text Example


Text Example

White with #5310AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5310AD; }

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

 H1.HeaderClassName
 {
   color: #5310AD;
 }
 .AnyTagClassName
 {
   color: #5310AD;
 }
</style>

background-color css

<style>
 a { background-color: #5310AD; }

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

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

border-color css

<style>
 span { border-color: #5310AD; }

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

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