Html Css Color HEX #80236F Dark Purple

📋 copy color: '#80236F'

red 128 ◦ green 35 ◦ blue 111

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

Shades of Dark Purple #80236F

Tints of Dark Purple #80236F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.51%

R = 46.72%
G = 12.77%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#80236F (or 0x80236F) is known color: Dark Purple. HEX triplet: 80, 23 and 6F. RGB value is (128,35,111). Sum of RGB (Red+Green+Blue) = 128+35+111=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #80236F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80236F is #7FDC90. Grayscale: #474747. Windows color (decimal): -8379537 or 7283584. OLE color: 7283584.

HSL color Cylindrical-coordinate representation of color #80236F: hue angle of 310.97º 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 #80236F is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 35 111 -
CMYK 0 0.73 0.13 0.50
HSL 310.97º 0.57% 0.32% -
HSV(B) 310.97º 0.73% 0.5% -
XYZ 12.37 6.94 15.73 -
YUV 71.47 150.31 168.32 -
System Red Green Blue C M Y K H S L
Decimal 128 35 111 0 0.73 0.13 0.50 310.97 0.57 0.32
Hex 80 23 6F 0 49 D 32 137 39 20
Octal 200 43 157 0 111 15 62 467 71 40
Binary 10000000 100011 1101111 0 1001001 1101 110010 100110111 111001 100000

Color Harmonies of #80236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80236F

Black with #80236F

Text Example


Text Example

White with #80236F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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