Html Css Color HEX #5310AA Purple Heart

📋 copy color: '#5310AA'

red 83 ◦ green 16 ◦ blue 170

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

Shades of Purple Heart #5310AA

Tints of Purple Heart #5310AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 63.2%

R = 30.86%
G = 5.95%
B = 63.2%

CMYK

 C value IS 0.51

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5310AA (or 0x5310AA) is known color: Purple Heart. HEX triplet: 53, 10 and AA. RGB value is (83,16,170). Sum of RGB (Red+Green+Blue) = 83+16+170=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #5310AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5310AA is #ACEF55. Grayscale: #353535. Windows color (decimal): -11333462 or 11145299. OLE color: 11145299.

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

Color convert

RGB 83 16 170 -
CMYK 0.51 0.91 0 0.33
HSL 266.1º 0.83% 0.36% -
HSV(B) 266.1º 0.91% 0.67% -
XYZ 11.01 5.11 38.44 -
YUV 53.59 193.7 148.98 -
System Red Green Blue C M Y K H S L
Decimal 83 16 170 0.51 0.91 0 0.33 266.1 0.83 0.36
Hex 53 10 AA 33 5B 0 21 10A 53 24
Octal 123 20 252 63 133 0 41 412 123 44
Binary 1010011 10000 10101010 110011 1011011 0 100001 100001010 1010011 100100

Color Harmonies of #5310AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5310AA

Black with #5310AA

Text Example


Text Example

White with #5310AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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