Html Css Color HEX #80307D Dark Purple

📋 copy color: '#80307D'

red 128 ◦ green 48 ◦ blue 125

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

Shades of Dark Purple #80307D

Tints of Dark Purple #80307D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.95%

 BLUE value IS 125 (49.22% from 255) = 41.53%

R = 42.52%
G = 15.95%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#80307D (or 0x80307D) is known color: Dark Purple. HEX triplet: 80, 30 and 7D. RGB value is (128,48,125). Sum of RGB (Red+Green+Blue) = 128+48+125=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 128 - color contains mainly: red. Hex color #80307D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80307D is #7FCF82. Grayscale: #505050. Windows color (decimal): -8376195 or 8204416. OLE color: 8204416.

HSL color Cylindrical-coordinate representation of color #80307D: hue angle of 302.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80307D is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 48 125 -
CMYK 0 0.62 0.02 0.50
HSL 302.25º 0.45% 0.35% -
HSV(B) 302.25º 0.63% 0.5% -
XYZ 13.66 8.18 20.26 -
YUV 80.7 153 161.74 -
System Red Green Blue C M Y K H S L
Decimal 128 48 125 0 0.62 0.02 0.50 302.25 0.45 0.35
Hex 80 30 7D 0 3E 2 32 12E 2D 23
Octal 200 60 175 0 76 2 62 456 55 43
Binary 10000000 110000 1111101 0 111110 10 110010 100101110 101101 100011

Color Harmonies of #80307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80307D

Black with #80307D

Text Example


Text Example

White with #80307D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,48,125); }

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

background-color css

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

 a { background-color: rgb(128,48,125); }

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

border-color css

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

 span { border-color: rgb(128,48,125); }

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