Html Css Color HEX #8031AE Royal Purple

📋 copy color: '#8031AE'

red 128 ◦ green 49 ◦ blue 174

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

Shades of Royal Purple #8031AE

Tints of Royal Purple #8031AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.57%

R = 36.47%
G = 13.96%
B = 49.57%

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

#8031AE (or 0x8031AE) is known color: Royal Purple. HEX triplet: 80, 31 and AE. RGB value is (128,49,174). Sum of RGB (Red+Green+Blue) = 128+49+174=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #8031AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8031AE is #7FCE51. Grayscale: #565656. Windows color (decimal): -8375890 or 11415936. OLE color: 11415936.

HSL color Cylindrical-coordinate representation of color #8031AE: hue angle of 277.92º 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 #8031AE is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 49 174 -
CMYK 0.26 0.72 0 0.32
HSL 277.92º 0.56% 0.44% -
HSV(B) 277.92º 0.72% 0.68% -
XYZ 17.64 9.84 41.01 -
YUV 86.87 177.17 157.34 -
System Red Green Blue C M Y K H S L
Decimal 128 49 174 0.26 0.72 0 0.32 277.92 0.56 0.44
Hex 80 31 AE 1A 48 0 20 116 38 2C
Octal 200 61 256 32 110 0 40 426 70 54
Binary 10000000 110001 10101110 11010 1001000 0 100000 100010110 111000 101100

Color Harmonies of #8031AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8031AE

Black with #8031AE

Text Example


Text Example

White with #8031AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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