Html Css Color HEX #80307C Dark Purple

📋 copy color: '#80307C'

red 128 ◦ green 48 ◦ blue 124

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

Shades of Dark Purple #80307C

Tints of Dark Purple #80307C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 41.33%

R = 42.67%
G = 16%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#80307C (or 0x80307C) is known color: Dark Purple. HEX triplet: 80, 30 and 7C. RGB value is (128,48,124). Sum of RGB (Red+Green+Blue) = 128+48+124=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 128 - color contains mainly: red. Hex color #80307C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80307C is #7FCF83. Grayscale: #505050. Windows color (decimal): -8376196 or 8138880. OLE color: 8138880.

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

Color convert

RGB 128 48 124 -
CMYK 0 0.62 0.03 0.50
HSL 303º 0.45% 0.35% -
HSV(B) 303º 0.63% 0.5% -
XYZ 13.6 8.16 19.93 -
YUV 80.58 152.5 161.82 -
System Red Green Blue C M Y K H S L
Decimal 128 48 124 0 0.62 0.03 0.50 303 0.45 0.35
Hex 80 30 7C 0 3E 3 32 12F 2D 23
Octal 200 60 174 0 76 3 62 457 55 43
Binary 10000000 110000 1111100 0 111110 11 110010 100101111 101101 100011

Color Harmonies of #80307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80307C

Black with #80307C

Text Example


Text Example

White with #80307C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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