Html Css Color HEX #80327F Vivid Violet

📋 copy color: '#80327F'

red 128 ◦ green 50 ◦ blue 127

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

Shades of Vivid Violet #80327F

Tints of Vivid Violet #80327F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.64%

R = 41.97%
G = 16.39%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#80327F (or 0x80327F) is known color: Vivid Violet. HEX triplet: 80, 32 and 7F. RGB value is (128,50,127). Sum of RGB (Red+Green+Blue) = 128+50+127=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 128 - color contains mainly: red. Hex color #80327F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80327F is #7FCD80. Grayscale: #515151. Windows color (decimal): -8375681 or 8336000. OLE color: 8336000.

HSL color Cylindrical-coordinate representation of color #80327F: hue angle of 300.77º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80327F is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 50 127 -
CMYK 0 0.61 0.01 0.50
HSL 300.77º 0.44% 0.35% -
HSV(B) 300.77º 0.61% 0.5% -
XYZ 13.87 8.4 20.97 -
YUV 82.1 153.34 160.74 -
System Red Green Blue C M Y K H S L
Decimal 128 50 127 0 0.61 0.01 0.50 300.77 0.44 0.35
Hex 80 32 7F 0 3D 1 32 12D 2C 23
Octal 200 62 177 0 75 1 62 455 54 43
Binary 10000000 110010 1111111 0 111101 1 110010 100101101 101100 100011

Color Harmonies of #80327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80327F

Black with #80327F

Text Example


Text Example

White with #80327F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80327F; }

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

 H1.HeaderClassName
 {
   color: #80327F;
 }
 .AnyTagClassName
 {
   color: #80327F;
 }
</style>

background-color css

<style>
 a { background-color: #80327F; }

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

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

border-color css

<style>
 span { border-color: #80327F; }

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

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