Html Css Color HEX #80366D Dark Purple

📋 copy color: '#80366D'

red 128 ◦ green 54 ◦ blue 109

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

Shades of Dark Purple #80366D

Tints of Dark Purple #80366D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.46%

R = 43.99%
G = 18.56%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#80366D (or 0x80366D) is known color: Dark Purple. HEX triplet: 80, 36 and 6D. RGB value is (128,54,109). Sum of RGB (Red+Green+Blue) = 128+54+109=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #80366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80366D is #7FC992. Grayscale: #525252. Windows color (decimal): -8374675 or 7157376. OLE color: 7157376.

HSL color Cylindrical-coordinate representation of color #80366D: hue angle of 315.41º 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 #80366D is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 54 109 -
CMYK 0 0.58 0.15 0.50
HSL 315.41º 0.41% 0.36% -
HSV(B) 315.41º 0.58% 0.5% -
XYZ 12.98 8.33 15.39 -
YUV 82.4 143.02 160.53 -
System Red Green Blue C M Y K H S L
Decimal 128 54 109 0 0.58 0.15 0.50 315.41 0.41 0.36
Hex 80 36 6D 0 3A F 32 13B 29 24
Octal 200 66 155 0 72 17 62 473 51 44
Binary 10000000 110110 1101101 0 111010 1111 110010 100111011 101001 100100

Color Harmonies of #80366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80366D

Black with #80366D

Text Example


Text Example

White with #80366D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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