Html Css Color HEX #80346E Dark Purple

📋 copy color: '#80346E'

red 128 ◦ green 52 ◦ blue 110

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

Shades of Dark Purple #80346E

Tints of Dark Purple #80346E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.93%

 BLUE value IS 110 (43.36% from 255) = 37.93%

R = 44.14%
G = 17.93%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#80346E (or 0x80346E) is known color: Dark Purple. HEX triplet: 80, 34 and 6E. RGB value is (128,52,110). Sum of RGB (Red+Green+Blue) = 128+52+110=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 128 - color contains mainly: red. Hex color #80346E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80346E is #7FCB91. Grayscale: #515151. Windows color (decimal): -8375186 or 7222400. OLE color: 7222400.

HSL color Cylindrical-coordinate representation of color #80346E: hue angle of 314.21º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80346E is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 52 110 -
CMYK 0 0.59 0.14 0.50
HSL 314.21º 0.42% 0.35% -
HSV(B) 314.21º 0.59% 0.5% -
XYZ 12.94 8.17 15.65 -
YUV 81.34 144.18 161.28 -
System Red Green Blue C M Y K H S L
Decimal 128 52 110 0 0.59 0.14 0.50 314.21 0.42 0.35
Hex 80 34 6E 0 3B E 32 13A 2A 23
Octal 200 64 156 0 73 16 62 472 52 43
Binary 10000000 110100 1101110 0 111011 1110 110010 100111010 101010 100011

Color Harmonies of #80346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80346E

Black with #80346E

Text Example


Text Example

White with #80346E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80346E; }

 p { color: rgb(128,52,110); }

 H1.HeaderClassName
 {
   color: #80346E;
 }
 .AnyTagClassName
 {
   color: #80346E;
 }
</style>

background-color css

<style>
 a { background-color: #80346E; }

 a { background-color: rgb(128,52,110); }

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

border-color css

<style>
 span { border-color: #80346E; }

 span { border-color: rgb(128,52,110); }

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