Html Css Color HEX #80346C Dark Purple

📋 copy color: '#80346C'

red 128 ◦ green 52 ◦ blue 108

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

Shades of Dark Purple #80346C

Tints of Dark Purple #80346C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.5%

R = 44.44%
G = 18.06%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80346C (or 0x80346C) is known color: Dark Purple. HEX triplet: 80, 34 and 6C. RGB value is (128,52,108). Sum of RGB (Red+Green+Blue) = 128+52+108=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #80346C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80346C is #7FCB93. Grayscale: #505050. Windows color (decimal): -8375188 or 7091328. OLE color: 7091328.

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

Color convert

RGB 128 52 108 -
CMYK 0 0.59 0.16 0.50
HSL 315.79º 0.42% 0.35% -
HSV(B) 315.79º 0.59% 0.5% -
XYZ 12.84 8.13 15.08 -
YUV 81.11 143.18 161.45 -
System Red Green Blue C M Y K H S L
Decimal 128 52 108 0 0.59 0.16 0.50 315.79 0.42 0.35
Hex 80 34 6C 0 3B 10 32 13C 2A 23
Octal 200 64 154 0 73 20 62 474 52 43
Binary 10000000 110100 1101100 0 111011 10000 110010 100111100 101010 100011

Color Harmonies of #80346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80346C

Black with #80346C

Text Example


Text Example

White with #80346C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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