#681072

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

Shades of Purple #681072

Tints of Purple #681072

Color information

#681072 (or 0x681072) is unknown color: approx Purple. HEX triplet: 68, 10 and 72. RGB value is (104,16,114). Sum of RGB (Red+Green+Blue) = 104+16+114=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #681072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681072 is #97EF8D. Grayscale: #353535. Windows color (decimal): -9957262 or 7475304. OLE color: 7475304.

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

Color convert

RGB10416114-
CMYK0.090.8600.55
HSL293.88º75.38%25.49%-
HSV(B)293.88º85.96%44.71%-
XYZ8.934.5316.32-
YUV53.48162.15164.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.44%
GREEN value IS 16 (6.64% from 255) = 6.84%
BLUE value IS 114 (44.92% from 255) = 48.72%
R=44.44%
G=6.84%
B=48.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104161140.090.8600.55293.8875.3825.49
Hex6810729560371264b19
Octal150201621112606744611331
Binary1101000100001110010100110101100110111100100110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681072; }

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

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

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

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

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

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

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

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