#680173

Color #680173 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #680173

Tints of Purple #680173

Color information

#680173 (or 0x680173) is unknown color: approx Purple. HEX triplet: 68, 01 and 73. RGB value is (104,1,115). Sum of RGB (Red+Green+Blue) = 104+1+115=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #680173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680173 is #97FE8C. Grayscale: #2C2C2C. Windows color (decimal): -9961101 or 7537000. OLE color: 7537000.

HSL color Cylindrical-coordinate representation of color #680173: hue angle of 294.21º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #680173 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1041115-
CMYK0.100.9900.55
HSL294.21º98.28%22.75%-
HSV(B)294.21º99.13%45.1%-
XYZ8.814.216.57-
YUV44.79167.62170.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.27%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 115 (45.31% from 255) = 52.27%
R=47.27%
G=0.45%
B=52.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10411150.100.9900.55294.2198.2822.75
Hex68173A630371266217
Octal15011631214306744614227
Binary110100011110011101011000110110111100100110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680173; }

 p { color: rgb(104,1,115); }

 H1.HeaderClassName
 {
   color: #680173;
 }
 .AnyTagClassName
 {
   color: #680173;
 }
</style>
background-color css

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

 a { background-color: rgb(104,1,115); }

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

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

 span { border-color: rgb(104,1,115); }

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