#680974

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

Shades of Purple #680974

Tints of Purple #680974

Color information

#680974 (or 0x680974) is unknown color: approx Purple. HEX triplet: 68, 09 and 74. RGB value is (104,9,116). Sum of RGB (Red+Green+Blue) = 104+9+116=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 116 (45.70% from 255 or 50.66% from 229); Max value from RGB is 116 - color contains mainly: blue. Hex color #680974 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680974 is #97F68B. Grayscale: #313131. Windows color (decimal): -9959052 or 7604584. OLE color: 7604584.

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

Color convert

RGB1049116-
CMYK0.100.9200.55
HSL293.27º85.6%24.51%-
HSV(B)293.27º92.24%45.49%-
XYZ8.964.416.9-
YUV49.6165.47166.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.41%
GREEN value IS 9 (3.91% from 255) = 3.93%
BLUE value IS 116 (45.70% from 255) = 50.66%
R=45.41%
G=3.93%
B=50.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10491160.100.9200.55293.2785.624.51
Hex68974A5C0371255619
Octal150111641213406744512631
Binary110100010011110100101010111000110111100100101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680974; }

 p { color: rgb(104,9,116); }

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

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

 a { background-color: rgb(104,9,116); }

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

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

 span { border-color: rgb(104,9,116); }

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