Html Css Color HEX #8036AA Royal Purple

📋 copy color: '#8036AA'

red 128 ◦ green 54 ◦ blue 170

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

Shades of Royal Purple #8036AA

Tints of Royal Purple #8036AA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.34%

 BLUE value IS 170 (66.8% from 255) = 48.3%

R = 36.36%
G = 15.34%
B = 48.3%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8036AA (or 0x8036AA) is known color: Royal Purple. HEX triplet: 80, 36 and AA. RGB value is (128,54,170). Sum of RGB (Red+Green+Blue) = 128+54+170=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #8036AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8036AA is #7FC955. Grayscale: #585858. Windows color (decimal): -8374614 or 11155072. OLE color: 11155072.

HSL color Cylindrical-coordinate representation of color #8036AA: hue angle of 278.28º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8036AA is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 54 170 -
CMYK 0.25 0.68 0 0.33
HSL 278.28º 0.52% 0.44% -
HSV(B) 278.28º 0.68% 0.67% -
XYZ 17.48 10.13 39.06 -
YUV 89.35 173.52 155.57 -
System Red Green Blue C M Y K H S L
Decimal 128 54 170 0.25 0.68 0 0.33 278.28 0.52 0.44
Hex 80 36 AA 19 44 0 21 116 34 2C
Octal 200 66 252 31 104 0 41 426 64 54
Binary 10000000 110110 10101010 11001 1000100 0 100001 100010110 110100 101100

Color Harmonies of #8036AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8036AA

Black with #8036AA

Text Example


Text Example

White with #8036AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8036AA; }

 p { color: rgb(128,54,170); }

 H1.HeaderClassName
 {
   color: #8036AA;
 }
 .AnyTagClassName
 {
   color: #8036AA;
 }
</style>

background-color css

<style>
 a { background-color: #8036AA; }

 a { background-color: rgb(128,54,170); }

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

border-color css

<style>
 span { border-color: #8036AA; }

 span { border-color: rgb(128,54,170); }

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