Html Css Color HEX #80336D Dark Purple

📋 copy color: '#80336D'

red 128 ◦ green 51 ◦ blue 109

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

Shades of Dark Purple #80336D

Tints of Dark Purple #80336D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.71%

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

R = 44.44%
G = 17.71%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#80336D (or 0x80336D) is known color: Dark Purple. HEX triplet: 80, 33 and 6D. RGB value is (128,51,109). Sum of RGB (Red+Green+Blue) = 128+51+109=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #80336D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80336D is #7FCC92. Grayscale: #505050. Windows color (decimal): -8375443 or 7156608. OLE color: 7156608.

HSL color Cylindrical-coordinate representation of color #80336D: hue angle of 314.81º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80336D is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 51 109 -
CMYK 0 0.60 0.15 0.50
HSL 314.81º 0.43% 0.35% -
HSV(B) 314.81º 0.6% 0.5% -
XYZ 12.85 8.06 15.35 -
YUV 80.64 144.01 161.78 -
System Red Green Blue C M Y K H S L
Decimal 128 51 109 0 0.60 0.15 0.50 314.81 0.43 0.35
Hex 80 33 6D 0 3C F 32 13B 2B 23
Octal 200 63 155 0 74 17 62 473 53 43
Binary 10000000 110011 1101101 0 111100 1111 110010 100111011 101011 100011

Color Harmonies of #80336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80336D

Black with #80336D

Text Example


Text Example

White with #80336D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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