Html Css Color HEX #8132B1 Royal Purple

📋 copy color: '#8132B1'

red 129 ◦ green 50 ◦ blue 177

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

Shades of Royal Purple #8132B1

Tints of Royal Purple #8132B1

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.04%

 BLUE value IS 177 (69.53% from 255) = 49.72%

R = 36.24%
G = 14.04%
B = 49.72%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8132B1 (or 0x8132B1) is known color: Royal Purple. HEX triplet: 81, 32 and B1. RGB value is (129,50,177). Sum of RGB (Red+Green+Blue) = 129+50+177=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 177 (69.53% from 255 or 49.72% from 356); Max value from RGB is 177 - color contains mainly: blue. Hex color #8132B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8132B1 is #7ECD4E. Grayscale: #575757. Windows color (decimal): -8310095 or 11612801. OLE color: 11612801.

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

Color convert

RGB 129 50 177 -
CMYK 0.27 0.72 0 0.31
HSL 277.32º 0.56% 0.45% -
HSV(B) 277.32º 0.72% 0.69% -
XYZ 18.13 10.12 42.59 -
YUV 88.1 178.17 157.17 -
System Red Green Blue C M Y K H S L
Decimal 129 50 177 0.27 0.72 0 0.31 277.32 0.56 0.45
Hex 81 32 B1 1B 48 0 1F 115 38 2D
Octal 201 62 261 33 110 0 37 425 70 55
Binary 10000001 110010 10110001 11011 1001000 0 11111 100010101 111000 101101

Color Harmonies of #8132B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8132B1

Black with #8132B1

Text Example


Text Example

White with #8132B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8132B1; }

 p { color: rgb(129,50,177); }

 H1.HeaderClassName
 {
   color: #8132B1;
 }
 .AnyTagClassName
 {
   color: #8132B1;
 }
</style>

background-color css

<style>
 a { background-color: #8132B1; }

 a { background-color: rgb(129,50,177); }

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

border-color css

<style>
 span { border-color: #8132B1; }

 span { border-color: rgb(129,50,177); }

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