Html Css Color HEX #801668 Dark Purple

📋 copy color: '#801668'

red 128 ◦ green 22 ◦ blue 104

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

Shades of Dark Purple #801668

Tints of Dark Purple #801668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.94%

R = 50.39%
G = 8.66%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#801668 (or 0x801668) is known color: Dark Purple. HEX triplet: 80, 16 and 68. RGB value is (128,22,104). Sum of RGB (Red+Green+Blue) = 128+22+104=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #801668 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801668 is #7FE997. Grayscale: #3E3E3E. Windows color (decimal): -8382872 or 6821504. OLE color: 6821504.

HSL color Cylindrical-coordinate representation of color #801668: hue angle of 313.58º 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 #801668 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 22 104 -
CMYK 0 0.83 0.19 0.50
HSL 313.58º 0.71% 0.29% -
HSV(B) 313.58º 0.83% 0.5% -
XYZ 11.69 6.16 13.67 -
YUV 63.04 151.12 174.33 -
System Red Green Blue C M Y K H S L
Decimal 128 22 104 0 0.83 0.19 0.50 313.58 0.71 0.29
Hex 80 16 68 0 53 13 32 13A 47 1D
Octal 200 26 150 0 123 23 62 472 107 35
Binary 10000000 10110 1101000 0 1010011 10011 110010 100111010 1000111 11101

Color Harmonies of #801668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801668

Black with #801668

Text Example


Text Example

White with #801668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801668; }

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

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

background-color css

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

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

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

border-color css

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

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

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