Html Css Color HEX #8032AC Royal Purple

📋 copy color: '#8032AC'

red 128 ◦ green 50 ◦ blue 172

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

Shades of Royal Purple #8032AC

Tints of Royal Purple #8032AC

RGB

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

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

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

R = 36.57%
G = 14.29%
B = 49.14%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8032AC (or 0x8032AC) is known color: Royal Purple. HEX triplet: 80, 32 and AC. RGB value is (128,50,172). Sum of RGB (Red+Green+Blue) = 128+50+172=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #8032AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8032AC is #7FCD53. Grayscale: #565656. Windows color (decimal): -8375636 or 11285120. OLE color: 11285120.

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

Color convert

RGB 128 50 172 -
CMYK 0.26 0.71 0 0.33
HSL 278.36º 0.55% 0.44% -
HSV(B) 278.36º 0.71% 0.67% -
XYZ 17.49 9.85 40.01 -
YUV 87.23 175.84 157.08 -
System Red Green Blue C M Y K H S L
Decimal 128 50 172 0.26 0.71 0 0.33 278.36 0.55 0.44
Hex 80 32 AC 1A 47 0 21 116 37 2C
Octal 200 62 254 32 107 0 41 426 67 54
Binary 10000000 110010 10101100 11010 1000111 0 100001 100010110 110111 101100

Color Harmonies of #8032AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8032AC

Black with #8032AC

Text Example


Text Example

White with #8032AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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