Html Css Color HEX #80307E Dark Purple

📋 copy color: '#80307E'

red 128 ◦ green 48 ◦ blue 126

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

Shades of Dark Purple #80307E

Tints of Dark Purple #80307E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 41.72%

R = 42.38%
G = 15.89%
B = 41.72%

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

#80307E (or 0x80307E) is known color: Dark Purple. HEX triplet: 80, 30 and 7E. RGB value is (128,48,126). Sum of RGB (Red+Green+Blue) = 128+48+126=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 128 - color contains mainly: red. Hex color #80307E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80307E is #7FCF81. Grayscale: #505050. Windows color (decimal): -8376194 or 8269952. OLE color: 8269952.

HSL color Cylindrical-coordinate representation of color #80307E: hue angle of 301.5º 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 #80307E is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 48 126 -
CMYK 0 0.62 0.02 0.50
HSL 301.5º 0.45% 0.35% -
HSV(B) 301.5º 0.63% 0.5% -
XYZ 13.72 8.21 20.6 -
YUV 80.81 153.5 161.66 -
System Red Green Blue C M Y K H S L
Decimal 128 48 126 0 0.62 0.02 0.50 301.5 0.45 0.35
Hex 80 30 7E 0 3E 2 32 12E 2D 23
Octal 200 60 176 0 76 2 62 456 55 43
Binary 10000000 110000 1111110 0 111110 10 110010 100101110 101101 100011

Color Harmonies of #80307E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80307E

Black with #80307E

Text Example


Text Example

White with #80307E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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