Html Css Color HEX #801875 Dark Purple

📋 copy color: '#801875'

red 128 ◦ green 24 ◦ blue 117

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

Shades of Dark Purple #801875

Tints of Dark Purple #801875

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.92%

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

R = 47.58%
G = 8.92%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#801875 (or 0x801875) is known color: Dark Purple. HEX triplet: 80, 18 and 75. RGB value is (128,24,117). Sum of RGB (Red+Green+Blue) = 128+24+117=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 128 - color contains mainly: red. Hex color #801875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801875 is #7FE78A. Grayscale: #414141. Windows color (decimal): -8382347 or 7673984. OLE color: 7673984.

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

Color convert

RGB 128 24 117 -
CMYK 0 0.81 0.09 0.50
HSL 306.35º 0.68% 0.3% -
HSV(B) 306.35º 0.81% 0.5% -
XYZ 12.44 6.53 17.43 -
YUV 65.7 156.96 172.44 -
System Red Green Blue C M Y K H S L
Decimal 128 24 117 0 0.81 0.09 0.50 306.35 0.68 0.3
Hex 80 18 75 0 51 9 32 132 44 1E
Octal 200 30 165 0 121 11 62 462 104 36
Binary 10000000 11000 1110101 0 1010001 1001 110010 100110010 1000100 11110

Color Harmonies of #801875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801875

Black with #801875

Text Example


Text Example

White with #801875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801875; }

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

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

background-color css

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

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

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

border-color css

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

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

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