Html Css Color HEX #8131AF Royal Purple

📋 copy color: '#8131AF'

red 129 ◦ green 49 ◦ blue 175

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

Shades of Royal Purple #8131AF

Tints of Royal Purple #8131AF

RGB

 RED value IS 129 (50.78% from 255) = 36.54%

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

 BLUE value IS 175 (68.75% from 255) = 49.58%

R = 36.54%
G = 13.88%
B = 49.58%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8131AF (or 0x8131AF) is known color: Royal Purple. HEX triplet: 81, 31 and AF. RGB value is (129,49,175). Sum of RGB (Red+Green+Blue) = 129+49+175=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #8131AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8131AF is #7ECE50. Grayscale: #565656. Windows color (decimal): -8310353 or 11481473. OLE color: 11481473.

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

Color convert

RGB 129 49 175 -
CMYK 0.26 0.72 0 0.31
HSL 278.1º 0.56% 0.44% -
HSV(B) 278.1º 0.72% 0.69% -
XYZ 17.89 9.96 41.54 -
YUV 87.28 177.5 157.75 -
System Red Green Blue C M Y K H S L
Decimal 129 49 175 0.26 0.72 0 0.31 278.1 0.56 0.44
Hex 81 31 AF 1A 48 0 1F 116 38 2C
Octal 201 61 257 32 110 0 37 426 70 54
Binary 10000001 110001 10101111 11010 1001000 0 11111 100010110 111000 101100

Color Harmonies of #8131AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8131AF

Black with #8131AF

Text Example


Text Example

White with #8131AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8131AF; }

 p { color: rgb(129,49,175); }

 H1.HeaderClassName
 {
   color: #8131AF;
 }
 .AnyTagClassName
 {
   color: #8131AF;
 }
</style>

background-color css

<style>
 a { background-color: #8131AF; }

 a { background-color: rgb(129,49,175); }

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

border-color css

<style>
 span { border-color: #8131AF; }

 span { border-color: rgb(129,49,175); }

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