Html Css Color HEX #8031AD Royal Purple

📋 copy color: '#8031AD'

red 128 ◦ green 49 ◦ blue 173

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

Shades of Royal Purple #8031AD

Tints of Royal Purple #8031AD

RGB

 RED value IS 128 (50.39% from 255) = 36.57%

 GREEN value IS 49 (19.53% from 255) = 14%

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

R = 36.57%
G = 14%
B = 49.43%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8031AD (or 0x8031AD) is known color: Royal Purple. HEX triplet: 80, 31 and AD. RGB value is (128,49,173). Sum of RGB (Red+Green+Blue) = 128+49+173=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #8031AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8031AD is #7FCE52. Grayscale: #565656. Windows color (decimal): -8375891 or 11350400. OLE color: 11350400.

HSL color Cylindrical-coordinate representation of color #8031AD: hue angle of 278.23º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8031AD is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 49 173 -
CMYK 0.26 0.72 0 0.32
HSL 278.23º 0.56% 0.44% -
HSV(B) 278.23º 0.72% 0.68% -
XYZ 17.54 9.8 40.5 -
YUV 86.76 176.67 157.42 -
System Red Green Blue C M Y K H S L
Decimal 128 49 173 0.26 0.72 0 0.32 278.23 0.56 0.44
Hex 80 31 AD 1A 48 0 20 116 38 2C
Octal 200 61 255 32 110 0 40 426 70 54
Binary 10000000 110001 10101101 11010 1001000 0 100000 100010110 111000 101100

Color Harmonies of #8031AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8031AD

Black with #8031AD

Text Example


Text Example

White with #8031AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,49,173); }

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

background-color css

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

 a { background-color: rgb(128,49,173); }

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

border-color css

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

 span { border-color: rgb(128,49,173); }

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