Html Css Color HEX #8034AD Royal Purple

📋 copy color: '#8034AD'

red 128 ◦ green 52 ◦ blue 173

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

Shades of Royal Purple #8034AD

Tints of Royal Purple #8034AD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.73%

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

R = 36.26%
G = 14.73%
B = 49.01%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8034AD (or 0x8034AD) is known color: Royal Purple. HEX triplet: 80, 34 and AD. RGB value is (128,52,173). Sum of RGB (Red+Green+Blue) = 128+52+173=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #8034AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8034AD is #7FCB52. Grayscale: #585858. Windows color (decimal): -8375123 or 11351168. OLE color: 11351168.

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

Color convert

RGB 128 52 173 -
CMYK 0.26 0.70 0 0.32
HSL 277.69º 0.54% 0.44% -
HSV(B) 277.69º 0.7% 0.68% -
XYZ 17.67 10.06 40.55 -
YUV 88.52 175.68 156.16 -
System Red Green Blue C M Y K H S L
Decimal 128 52 173 0.26 0.70 0 0.32 277.69 0.54 0.44
Hex 80 34 AD 1A 46 0 20 116 36 2C
Octal 200 64 255 32 106 0 40 426 66 54
Binary 10000000 110100 10101101 11010 1000110 0 100000 100010110 110110 101100

Color Harmonies of #8034AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8034AD

Black with #8034AD

Text Example


Text Example

White with #8034AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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