Html Css Color HEX #800170 Purple

📋 copy color: '#800170'

red 128 ◦ green 1 ◦ blue 112

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

Shades of Purple #800170

Tints of Purple #800170

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 112 (44.14% from 255) = 46.47%

R = 53.11%
G = 0.41%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#800170 (or 0x800170) is known color: Purple. HEX triplet: 80, 01 and 70. RGB value is (128,1,112). Sum of RGB (Red+Green+Blue) = 128+1+112=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #800170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800170 is #7FFE8F. Grayscale: #333333. Windows color (decimal): -8388240 or 7340416. OLE color: 7340416.

HSL color Cylindrical-coordinate representation of color #800170: hue angle of 307.56º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #800170 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 1 112 -
CMYK 0 0.99 0.12 0.50
HSL 307.56º 0.98% 0.25% -
HSV(B) 307.56º 0.99% 0.5% -
XYZ 11.84 5.78 15.82 -
YUV 51.63 162.08 182.47 -
System Red Green Blue C M Y K H S L
Decimal 128 1 112 0 0.99 0.12 0.50 307.56 0.98 0.25
Hex 80 1 70 0 63 C 32 134 62 19
Octal 200 1 160 0 143 14 62 464 142 31
Binary 10000000 1 1110000 0 1100011 1100 110010 100110100 1100010 11001

Color Harmonies of #800170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800170

Black with #800170

Text Example


Text Example

White with #800170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800170; }

 p { color: rgb(128,1,112); }

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

background-color css

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

 a { background-color: rgb(128,1,112); }

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

border-color css

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

 span { border-color: rgb(128,1,112); }

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