Html Css Color HEX #801685 Purple

📋 copy color: '#801685'

red 128 ◦ green 22 ◦ blue 133

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

Shades of Purple #801685

Tints of Purple #801685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 47%

R = 45.23%
G = 7.77%
B = 47%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#801685 (or 0x801685) is known color: Purple. HEX triplet: 80, 16 and 85. RGB value is (128,22,133). Sum of RGB (Red+Green+Blue) = 128+22+133=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #801685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801685 is #7FE97A. Grayscale: #424242. Windows color (decimal): -8382843 or 8722048. OLE color: 8722048.

HSL color Cylindrical-coordinate representation of color #801685: hue angle of 297.3º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #801685 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 22 133 -
CMYK 0.04 0.83 0 0.48
HSL 297.3º 0.72% 0.3% -
HSV(B) 297.3º 0.83% 0.52% -
XYZ 13.42 6.86 22.81 -
YUV 66.35 165.62 171.97 -
System Red Green Blue C M Y K H S L
Decimal 128 22 133 0.04 0.83 0 0.48 297.3 0.72 0.3
Hex 80 16 85 4 53 0 30 129 48 1E
Octal 200 26 205 4 123 0 60 451 110 36
Binary 10000000 10110 10000101 100 1010011 0 110000 100101001 1001000 11110

Color Harmonies of #801685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801685

Black with #801685

Text Example


Text Example

White with #801685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801685; }

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

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

background-color css

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

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

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

border-color css

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

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

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