Html Css Color HEX #801675 Dark Purple

📋 copy color: '#801675'

red 128 ◦ green 22 ◦ blue 117

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

Shades of Dark Purple #801675

Tints of Dark Purple #801675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.24%

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

R = 47.94%
G = 8.24%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#801675 (or 0x801675) is known color: Dark Purple. HEX triplet: 80, 16 and 75. RGB value is (128,22,117). Sum of RGB (Red+Green+Blue) = 128+22+117=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #801675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801675 is #7FE98A. Grayscale: #404040. Windows color (decimal): -8382859 or 7673472. OLE color: 7673472.

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

Color convert

RGB 128 22 117 -
CMYK 0 0.83 0.09 0.50
HSL 306.23º 0.71% 0.29% -
HSV(B) 306.23º 0.83% 0.5% -
XYZ 12.4 6.45 17.42 -
YUV 64.52 157.62 173.28 -
System Red Green Blue C M Y K H S L
Decimal 128 22 117 0 0.83 0.09 0.50 306.23 0.71 0.29
Hex 80 16 75 0 53 9 32 132 47 1D
Octal 200 26 165 0 123 11 62 462 107 35
Binary 10000000 10110 1110101 0 1010011 1001 110010 100110010 1000111 11101

Color Harmonies of #801675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801675

Black with #801675

Text Example


Text Example

White with #801675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801675; }

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

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

background-color css

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

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

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

border-color css

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

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

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