Html Css Color HEX #80307F Dark Purple

📋 copy color: '#80307F'

red 128 ◦ green 48 ◦ blue 127

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

Shades of Dark Purple #80307F

Tints of Dark Purple #80307F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.91%

R = 42.24%
G = 15.84%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#80307F (or 0x80307F) is known color: Dark Purple. HEX triplet: 80, 30 and 7F. RGB value is (128,48,127). Sum of RGB (Red+Green+Blue) = 128+48+127=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 128 - color contains mainly: red. Hex color #80307F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80307F is #7FCF80. Grayscale: #505050. Windows color (decimal): -8376193 or 8335488. OLE color: 8335488.

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

Color convert

RGB 128 48 127 -
CMYK 0 0.62 0.01 0.50
HSL 300.75º 0.45% 0.35% -
HSV(B) 300.75º 0.63% 0.5% -
XYZ 13.79 8.24 20.94 -
YUV 80.93 154 161.58 -
System Red Green Blue C M Y K H S L
Decimal 128 48 127 0 0.62 0.01 0.50 300.75 0.45 0.35
Hex 80 30 7F 0 3E 1 32 12D 2D 23
Octal 200 60 177 0 76 1 62 455 55 43
Binary 10000000 110000 1111111 0 111110 1 110010 100101101 101101 100011

Color Harmonies of #80307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80307F

Black with #80307F

Text Example


Text Example

White with #80307F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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