#68076A

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

Shades of Purple #68076A

Tints of Purple #68076A

Color information

#68076A (or 0x68076A) is unknown color: approx Purple. HEX triplet: 68, 07 and 6A. RGB value is (104,7,106). Sum of RGB (Red+Green+Blue) = 104+7+106=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 106 - color contains mainly: blue. Hex color #68076A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68076A is #97F895. Grayscale: #2E2E2E. Windows color (decimal): -9959574 or 6948712. OLE color: 6948712.

HSL color Cylindrical-coordinate representation of color #68076A: hue angle of 298.79º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #68076A is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1047106-
CMYK0.020.9300.58
HSL298.79º87.61%22.16%-
HSV(B)298.79º93.4%41.57%-
XYZ8.394.1413.99-
YUV47.29161.14168.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.93%
GREEN value IS 7 (3.12% from 255) = 3.23%
BLUE value IS 106 (41.80% from 255) = 48.85%
R=47.93%
G=3.23%
B=48.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10471060.020.9300.58298.7987.6122.16
Hex6876A25D03A12b5816
Octal1507152213507245313026
Binary110100011111010101010111010111010100101011101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68076A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68076A; }

 p { color: rgb(104,7,106); }

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

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

 a { background-color: rgb(104,7,106); }

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

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

 span { border-color: rgb(104,7,106); }

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