Html Css Color HEX #80247C Dark Purple

📋 copy color: '#80247C'

red 128 ◦ green 36 ◦ blue 124

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

Shades of Dark Purple #80247C

Tints of Dark Purple #80247C

RGB

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

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

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

R = 44.44%
G = 12.5%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#80247C (or 0x80247C) is known color: Dark Purple. HEX triplet: 80, 24 and 7C. RGB value is (128,36,124). Sum of RGB (Red+Green+Blue) = 128+36+124=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #80247C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80247C is #7FDB83. Grayscale: #494949. Windows color (decimal): -8379268 or 8135808. OLE color: 8135808.

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

Color convert

RGB 128 36 124 -
CMYK 0 0.72 0.03 0.50
HSL 302.61º 0.56% 0.32% -
HSV(B) 302.61º 0.72% 0.5% -
XYZ 13.17 7.31 19.78 -
YUV 73.54 156.48 166.84 -
System Red Green Blue C M Y K H S L
Decimal 128 36 124 0 0.72 0.03 0.50 302.61 0.56 0.32
Hex 80 24 7C 0 48 3 32 12F 38 20
Octal 200 44 174 0 110 3 62 457 70 40
Binary 10000000 100100 1111100 0 1001000 11 110010 100101111 111000 100000

Color Harmonies of #80247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80247C

Black with #80247C

Text Example


Text Example

White with #80247C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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