Html Css Color HEX #801665 Dark Purple

📋 copy color: '#801665'

red 128 ◦ green 22 ◦ blue 101

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

Shades of Dark Purple #801665

Tints of Dark Purple #801665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.24%

R = 51%
G = 8.76%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#801665 (or 0x801665) is known color: Dark Purple. HEX triplet: 80, 16 and 65. RGB value is (128,22,101). Sum of RGB (Red+Green+Blue) = 128+22+101=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #801665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801665 is #7FE99A. Grayscale: #3E3E3E. Windows color (decimal): -8382875 or 6624896. OLE color: 6624896.

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

Color convert

RGB 128 22 101 -
CMYK 0 0.83 0.21 0.50
HSL 315.28º 0.71% 0.29% -
HSV(B) 315.28º 0.83% 0.5% -
XYZ 11.54 6.1 12.88 -
YUV 62.7 149.62 174.58 -
System Red Green Blue C M Y K H S L
Decimal 128 22 101 0 0.83 0.21 0.50 315.28 0.71 0.29
Hex 80 16 65 0 53 15 32 13B 47 1D
Octal 200 26 145 0 123 25 62 473 107 35
Binary 10000000 10110 1100101 0 1010011 10101 110010 100111011 1000111 11101

Color Harmonies of #801665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801665

Black with #801665

Text Example


Text Example

White with #801665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801665; }

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

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

background-color css

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

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

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

border-color css

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

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

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