Html Css Color HEX #8133AF Royal Purple

📋 copy color: '#8133AF'

red 129 ◦ green 51 ◦ blue 175

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

Shades of Royal Purple #8133AF

Tints of Royal Purple #8133AF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.37%

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

R = 36.34%
G = 14.37%
B = 49.3%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8133AF (or 0x8133AF) is known color: Royal Purple. HEX triplet: 81, 33 and AF. RGB value is (129,51,175). Sum of RGB (Red+Green+Blue) = 129+51+175=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #8133AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8133AF is #7ECC50. Grayscale: #585858. Windows color (decimal): -8309841 or 11481985. OLE color: 11481985.

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

Color convert

RGB 129 51 175 -
CMYK 0.26 0.71 0 0.31
HSL 277.74º 0.55% 0.44% -
HSV(B) 277.74º 0.71% 0.69% -
XYZ 17.97 10.13 41.57 -
YUV 88.46 176.84 156.92 -
System Red Green Blue C M Y K H S L
Decimal 129 51 175 0.26 0.71 0 0.31 277.74 0.55 0.44
Hex 81 33 AF 1A 47 0 1F 116 37 2C
Octal 201 63 257 32 107 0 37 426 67 54
Binary 10000001 110011 10101111 11010 1000111 0 11111 100010110 110111 101100

Color Harmonies of #8133AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8133AF

Black with #8133AF

Text Example


Text Example

White with #8133AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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