Html Css Color HEX #80246E Dark Purple

📋 copy color: '#80246E'

red 128 ◦ green 36 ◦ blue 110

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

Shades of Dark Purple #80246E

Tints of Dark Purple #80246E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40.15%

R = 46.72%
G = 13.14%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#80246E (or 0x80246E) is known color: Dark Purple. HEX triplet: 80, 24 and 6E. RGB value is (128,36,110). Sum of RGB (Red+Green+Blue) = 128+36+110=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #80246E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80246E is #7FDB91. Grayscale: #474747. Windows color (decimal): -8379282 or 7218304. OLE color: 7218304.

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

Color convert

RGB 128 36 110 -
CMYK 0 0.72 0.14 0.50
HSL 311.74º 0.56% 0.32% -
HSV(B) 311.74º 0.72% 0.5% -
XYZ 12.35 6.98 15.45 -
YUV 71.94 149.48 167.98 -
System Red Green Blue C M Y K H S L
Decimal 128 36 110 0 0.72 0.14 0.50 311.74 0.56 0.32
Hex 80 24 6E 0 48 E 32 138 38 20
Octal 200 44 156 0 110 16 62 470 70 40
Binary 10000000 100100 1101110 0 1001000 1110 110010 100111000 111000 100000

Color Harmonies of #80246E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80246E

Black with #80246E

Text Example


Text Example

White with #80246E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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