Html Css Color HEX #80346A Dark Purple

📋 copy color: '#80346A'

red 128 ◦ green 52 ◦ blue 106

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

Shades of Dark Purple #80346A

Tints of Dark Purple #80346A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.06%

R = 44.76%
G = 18.18%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#80346A (or 0x80346A) is known color: Dark Purple. HEX triplet: 80, 34 and 6A. RGB value is (128,52,106). Sum of RGB (Red+Green+Blue) = 128+52+106=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 128 - color contains mainly: red. Hex color #80346A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80346A is #7FCB95. Grayscale: #505050. Windows color (decimal): -8375190 or 6960256. OLE color: 6960256.

HSL color Cylindrical-coordinate representation of color #80346A: hue angle of 317.37º 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 #80346A is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 52 106 -
CMYK 0 0.59 0.17 0.50
HSL 317.37º 0.42% 0.35% -
HSV(B) 317.37º 0.59% 0.5% -
XYZ 12.73 8.09 14.53 -
YUV 80.88 142.18 161.61 -
System Red Green Blue C M Y K H S L
Decimal 128 52 106 0 0.59 0.17 0.50 317.37 0.42 0.35
Hex 80 34 6A 0 3B 11 32 13D 2A 23
Octal 200 64 152 0 73 21 62 475 52 43
Binary 10000000 110100 1101010 0 111011 10001 110010 100111101 101010 100011

Color Harmonies of #80346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80346A

Black with #80346A

Text Example


Text Example

White with #80346A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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