Html Css Color HEX #5317AA Purple Heart

📋 copy color: '#5317AA'

red 83 ◦ green 23 ◦ blue 170

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

Shades of Purple Heart #5317AA

Tints of Purple Heart #5317AA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.33%

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

R = 30.07%
G = 8.33%
B = 61.59%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5317AA (or 0x5317AA) is known color: Purple Heart. HEX triplet: 53, 17 and AA. RGB value is (83,23,170). Sum of RGB (Red+Green+Blue) = 83+23+170=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #5317AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5317AA is #ACE855. Grayscale: #393939. Windows color (decimal): -11331670 or 11147091. OLE color: 11147091.

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

Color convert

RGB 83 23 170 -
CMYK 0.51 0.86 0 0.33
HSL 264.49º 0.76% 0.38% -
HSV(B) 264.49º 0.86% 0.67% -
XYZ 11.13 5.35 38.48 -
YUV 57.7 191.38 146.05 -
System Red Green Blue C M Y K H S L
Decimal 83 23 170 0.51 0.86 0 0.33 264.49 0.76 0.38
Hex 53 17 AA 33 56 0 21 108 4C 26
Octal 123 27 252 63 126 0 41 410 114 46
Binary 1010011 10111 10101010 110011 1010110 0 100001 100001000 1001100 100110

Color Harmonies of #5317AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5317AA

Black with #5317AA

Text Example


Text Example

White with #5317AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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