Html Css Color HEX #8035AC Royal Purple

📋 copy color: '#8035AC'

red 128 ◦ green 53 ◦ blue 172

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

Shades of Royal Purple #8035AC

Tints of Royal Purple #8035AC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.01%

 BLUE value IS 172 (67.58% from 255) = 48.73%

R = 36.26%
G = 15.01%
B = 48.73%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8035AC (or 0x8035AC) is known color: Royal Purple. HEX triplet: 80, 35 and AC. RGB value is (128,53,172). Sum of RGB (Red+Green+Blue) = 128+53+172=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #8035AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8035AC is #7FCA53. Grayscale: #585858. Windows color (decimal): -8374868 or 11285888. OLE color: 11285888.

HSL color Cylindrical-coordinate representation of color #8035AC: hue angle of 277.82º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8035AC is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 53 172 -
CMYK 0.26 0.69 0 0.33
HSL 277.82º 0.53% 0.44% -
HSV(B) 277.82º 0.69% 0.67% -
XYZ 17.62 10.11 40.05 -
YUV 88.99 174.85 155.82 -
System Red Green Blue C M Y K H S L
Decimal 128 53 172 0.26 0.69 0 0.33 277.82 0.53 0.44
Hex 80 35 AC 1A 45 0 21 116 35 2C
Octal 200 65 254 32 105 0 41 426 65 54
Binary 10000000 110101 10101100 11010 1000101 0 100001 100010110 110101 101100

Color Harmonies of #8035AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8035AC

Black with #8035AC

Text Example


Text Example

White with #8035AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8035AC; }

 p { color: rgb(128,53,172); }

 H1.HeaderClassName
 {
   color: #8035AC;
 }
 .AnyTagClassName
 {
   color: #8035AC;
 }
</style>

background-color css

<style>
 a { background-color: #8035AC; }

 a { background-color: rgb(128,53,172); }

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

border-color css

<style>
 span { border-color: #8035AC; }

 span { border-color: rgb(128,53,172); }

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