Html Css Color HEX #80366C Dark Purple

📋 copy color: '#80366C'

red 128 ◦ green 54 ◦ blue 108

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

Shades of Dark Purple #80366C

Tints of Dark Purple #80366C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.24%

R = 44.14%
G = 18.62%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80366C (or 0x80366C) is known color: Dark Purple. HEX triplet: 80, 36 and 6C. RGB value is (128,54,108). Sum of RGB (Red+Green+Blue) = 128+54+108=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 128 - color contains mainly: red. Hex color #80366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80366C is #7FC993. Grayscale: #525252. Windows color (decimal): -8374676 or 7091840. OLE color: 7091840.

HSL color Cylindrical-coordinate representation of color #80366C: hue angle of 316.22º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80366C is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 54 108 -
CMYK 0 0.58 0.16 0.50
HSL 316.22º 0.41% 0.36% -
HSV(B) 316.22º 0.58% 0.5% -
XYZ 12.93 8.31 15.11 -
YUV 82.28 142.52 160.61 -
System Red Green Blue C M Y K H S L
Decimal 128 54 108 0 0.58 0.16 0.50 316.22 0.41 0.36
Hex 80 36 6C 0 3A 10 32 13C 29 24
Octal 200 66 154 0 72 20 62 474 51 44
Binary 10000000 110110 1101100 0 111010 10000 110010 100111100 101001 100100

Color Harmonies of #80366C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80366C

Black with #80366C

Text Example


Text Example

White with #80366C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80366C; }

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

 H1.HeaderClassName
 {
   color: #80366C;
 }
 .AnyTagClassName
 {
   color: #80366C;
 }
</style>

background-color css

<style>
 a { background-color: #80366C; }

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

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

border-color css

<style>
 span { border-color: #80366C; }

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

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