Html Css Color HEX #801975 Dark Purple

📋 copy color: '#801975'

red 128 ◦ green 25 ◦ blue 117

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

Shades of Dark Purple #801975

Tints of Dark Purple #801975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.26%

 BLUE value IS 117 (46.09% from 255) = 43.33%

R = 47.41%
G = 9.26%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#801975 (or 0x801975) is known color: Dark Purple. HEX triplet: 80, 19 and 75. RGB value is (128,25,117). Sum of RGB (Red+Green+Blue) = 128+25+117=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #801975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801975 is #7FE68A. Grayscale: #424242. Windows color (decimal): -8382091 or 7674240. OLE color: 7674240.

HSL color Cylindrical-coordinate representation of color #801975: hue angle of 306.41º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #801975 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 25 117 -
CMYK 0 0.80 0.09 0.50
HSL 306.41º 0.67% 0.3% -
HSV(B) 306.41º 0.8% 0.5% -
XYZ 12.46 6.57 17.44 -
YUV 66.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 128 25 117 0 0.80 0.09 0.50 306.41 0.67 0.3
Hex 80 19 75 0 50 9 32 132 43 1E
Octal 200 31 165 0 120 11 62 462 103 36
Binary 10000000 11001 1110101 0 1010000 1001 110010 100110010 1000011 11110

Color Harmonies of #801975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801975

Black with #801975

Text Example


Text Example

White with #801975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801975; }

 p { color: rgb(128,25,117); }

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

background-color css

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

 a { background-color: rgb(128,25,117); }

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

border-color css

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

 span { border-color: rgb(128,25,117); }

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