Html Css Color HEX #80246C Dark Purple

📋 copy color: '#80246C'

red 128 ◦ green 36 ◦ blue 108

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

Shades of Dark Purple #80246C

Tints of Dark Purple #80246C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.71%

R = 47.06%
G = 13.24%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80246C (or 0x80246C) is known color: Dark Purple. HEX triplet: 80, 24 and 6C. RGB value is (128,36,108). Sum of RGB (Red+Green+Blue) = 128+36+108=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 128 - color contains mainly: red. Hex color #80246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80246C is #7FDB93. Grayscale: #474747. Windows color (decimal): -8379284 or 7087232. OLE color: 7087232.

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

Color convert

RGB 128 36 108 -
CMYK 0 0.72 0.16 0.50
HSL 313.04º 0.56% 0.32% -
HSV(B) 313.04º 0.72% 0.5% -
XYZ 12.24 6.93 14.88 -
YUV 71.72 148.48 168.15 -
System Red Green Blue C M Y K H S L
Decimal 128 36 108 0 0.72 0.16 0.50 313.04 0.56 0.32
Hex 80 24 6C 0 48 10 32 139 38 20
Octal 200 44 154 0 110 20 62 471 70 40
Binary 10000000 100100 1101100 0 1001000 10000 110010 100111001 111000 100000

Color Harmonies of #80246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80246C

Black with #80246C

Text Example


Text Example

White with #80246C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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