Html Css Color HEX #80237D Dark Purple

📋 copy color: '#80237D'

red 128 ◦ green 35 ◦ blue 125

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

Shades of Dark Purple #80237D

Tints of Dark Purple #80237D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.4%

R = 44.44%
G = 12.15%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#80237D (or 0x80237D) is known color: Dark Purple. HEX triplet: 80, 23 and 7D. RGB value is (128,35,125). Sum of RGB (Red+Green+Blue) = 128+35+125=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #80237D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80237D is #7FDC82. Grayscale: #484848. Windows color (decimal): -8379523 or 8201088. OLE color: 8201088.

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

Color convert

RGB 128 35 125 -
CMYK 0 0.73 0.02 0.50
HSL 301.94º 0.57% 0.32% -
HSV(B) 301.94º 0.73% 0.5% -
XYZ 13.2 7.27 20.11 -
YUV 73.07 157.31 167.18 -
System Red Green Blue C M Y K H S L
Decimal 128 35 125 0 0.73 0.02 0.50 301.94 0.57 0.32
Hex 80 23 7D 0 49 2 32 12E 39 20
Octal 200 43 175 0 111 2 62 456 71 40
Binary 10000000 100011 1111101 0 1001001 10 110010 100101110 111001 100000

Color Harmonies of #80237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80237D

Black with #80237D

Text Example


Text Example

White with #80237D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80237D; }

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

 H1.HeaderClassName
 {
   color: #80237D;
 }
 .AnyTagClassName
 {
   color: #80237D;
 }
</style>

background-color css

<style>
 a { background-color: #80237D; }

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

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

border-color css

<style>
 span { border-color: #80237D; }

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

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