Html Css Color HEX #80247F Dark Purple

📋 copy color: '#80247F'

red 128 ◦ green 36 ◦ blue 127

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

Shades of Dark Purple #80247F

Tints of Dark Purple #80247F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.37%

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

R = 43.99%
G = 12.37%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#80247F (or 0x80247F) is known color: Dark Purple. HEX triplet: 80, 24 and 7F. RGB value is (128,36,127). Sum of RGB (Red+Green+Blue) = 128+36+127=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #80247F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80247F is #7FDB80. Grayscale: #494949. Windows color (decimal): -8379265 or 8332416. OLE color: 8332416.

HSL color Cylindrical-coordinate representation of color #80247F: hue angle of 300.65º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80247F is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 36 127 -
CMYK 0 0.72 0.01 0.50
HSL 300.65º 0.56% 0.32% -
HSV(B) 300.65º 0.72% 0.5% -
XYZ 13.36 7.38 20.8 -
YUV 73.88 157.98 166.6 -
System Red Green Blue C M Y K H S L
Decimal 128 36 127 0 0.72 0.01 0.50 300.65 0.56 0.32
Hex 80 24 7F 0 48 1 32 12D 38 20
Octal 200 44 177 0 110 1 62 455 70 40
Binary 10000000 100100 1111111 0 1001000 1 110010 100101101 111000 100000

Color Harmonies of #80247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80247F

Black with #80247F

Text Example


Text Example

White with #80247F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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