Html Css Color HEX #80236C Dark Purple

📋 copy color: '#80236C'

red 128 ◦ green 35 ◦ blue 108

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

Shades of Dark Purple #80236C

Tints of Dark Purple #80236C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.92%

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

R = 47.23%
G = 12.92%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80236C (or 0x80236C) is known color: Dark Purple. HEX triplet: 80, 23 and 6C. RGB value is (128,35,108). Sum of RGB (Red+Green+Blue) = 128+35+108=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #80236C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80236C is #7FDC93. Grayscale: #464646. Windows color (decimal): -8379540 or 7086976. OLE color: 7086976.

HSL color Cylindrical-coordinate representation of color #80236C: hue angle of 312.9º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80236C is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 35 108 -
CMYK 0 0.73 0.16 0.50
HSL 312.9º 0.57% 0.32% -
HSV(B) 312.9º 0.73% 0.5% -
XYZ 12.21 6.87 14.87 -
YUV 71.13 148.81 168.56 -
System Red Green Blue C M Y K H S L
Decimal 128 35 108 0 0.73 0.16 0.50 312.9 0.57 0.32
Hex 80 23 6C 0 49 10 32 139 39 20
Octal 200 43 154 0 111 20 62 471 71 40
Binary 10000000 100011 1101100 0 1001001 10000 110010 100111001 111001 100000

Color Harmonies of #80236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80236C

Black with #80236C

Text Example


Text Example

White with #80236C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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