Html Css Color HEX #80247E Dark Purple

📋 copy color: '#80247E'

red 128 ◦ green 36 ◦ blue 126

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

Shades of Dark Purple #80247E

Tints of Dark Purple #80247E

RGB

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

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

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

R = 44.14%
G = 12.41%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#80247E (or 0x80247E) is known color: Dark Purple. HEX triplet: 80, 24 and 7E. RGB value is (128,36,126). Sum of RGB (Red+Green+Blue) = 128+36+126=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 128 - color contains mainly: red. Hex color #80247E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80247E is #7FDB81. Grayscale: #494949. Windows color (decimal): -8379266 or 8266880. OLE color: 8266880.

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

Color convert

RGB 128 36 126 -
CMYK 0 0.72 0.02 0.50
HSL 301.3º 0.56% 0.32% -
HSV(B) 301.3º 0.72% 0.5% -
XYZ 13.3 7.36 20.46 -
YUV 73.77 157.48 166.68 -
System Red Green Blue C M Y K H S L
Decimal 128 36 126 0 0.72 0.02 0.50 301.3 0.56 0.32
Hex 80 24 7E 0 48 2 32 12D 38 20
Octal 200 44 176 0 110 2 62 455 70 40
Binary 10000000 100100 1111110 0 1001000 10 110010 100101101 111000 100000

Color Harmonies of #80247E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80247E

Black with #80247E

Text Example


Text Example

White with #80247E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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