Html Css Color HEX #80346F Dark Purple

📋 copy color: '#80346F'

red 128 ◦ green 52 ◦ blue 111

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

Shades of Dark Purple #80346F

Tints of Dark Purple #80346F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.14%

R = 43.99%
G = 17.87%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#80346F (or 0x80346F) is known color: Dark Purple. HEX triplet: 80, 34 and 6F. RGB value is (128,52,111). Sum of RGB (Red+Green+Blue) = 128+52+111=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #80346F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80346F is #7FCB90. Grayscale: #515151. Windows color (decimal): -8375185 or 7287936. OLE color: 7287936.

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

Color convert

RGB 128 52 111 -
CMYK 0 0.59 0.13 0.50
HSL 313.42º 0.42% 0.35% -
HSV(B) 313.42º 0.59% 0.5% -
XYZ 13 8.19 15.94 -
YUV 81.45 144.68 161.2 -
System Red Green Blue C M Y K H S L
Decimal 128 52 111 0 0.59 0.13 0.50 313.42 0.42 0.35
Hex 80 34 6F 0 3B D 32 139 2A 23
Octal 200 64 157 0 73 15 62 471 52 43
Binary 10000000 110100 1101111 0 111011 1101 110010 100111001 101010 100011

Color Harmonies of #80346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80346F

Black with #80346F

Text Example


Text Example

White with #80346F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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