#681070

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

Shades of Purple #681070

Tints of Purple #681070

Color information

#681070 (or 0x681070) is unknown color: approx Purple. HEX triplet: 68, 10 and 70. RGB value is (104,16,112). Sum of RGB (Red+Green+Blue) = 104+16+112=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #681070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681070 is #97EF8F. Grayscale: #343434. Windows color (decimal): -9957264 or 7344232. OLE color: 7344232.

HSL color Cylindrical-coordinate representation of color #681070: hue angle of 295º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #681070 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10416112-
CMYK0.070.8600.56
HSL295º75%25.1%-
HSV(B)295º85.71%43.92%-
XYZ8.824.4815.73-
YUV53.26161.15164.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.83%
GREEN value IS 16 (6.64% from 255) = 6.90%
BLUE value IS 112 (44.14% from 255) = 48.28%
R=44.83%
G=6.90%
B=48.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104161120.070.8600.562957525.1
Hex6810707560381274b19
Octal15020160712607044711331
Binary110100010000111000011110101100111000100100111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681070; }

 p { color: rgb(104,16,112); }

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

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

 a { background-color: rgb(104,16,112); }

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

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

 span { border-color: rgb(104,16,112); }

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