#68086F

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

Shades of Purple #68086F

Tints of Purple #68086F

Color information

#68086F (or 0x68086F) is unknown color: approx Purple. HEX triplet: 68, 08 and 6F. RGB value is (104,8,111). Sum of RGB (Red+Green+Blue) = 104+8+111=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #68086F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68086F is #97F790. Grayscale: #303030. Windows color (decimal): -9959313 or 7276648. OLE color: 7276648.

HSL color Cylindrical-coordinate representation of color #68086F: hue angle of 295.92º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #68086F is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1048111-
CMYK0.060.9300.56
HSL295.92º86.55%23.33%-
HSV(B)295.92º92.79%43.53%-
XYZ8.664.2615.41-
YUV48.45163.3167.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.64%
GREEN value IS 8 (3.52% from 255) = 3.59%
BLUE value IS 111 (43.75% from 255) = 49.78%
R=46.64%
G=3.59%
B=49.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10481110.060.9300.56295.9286.5523.33
Hex6886F65D0381285717
Octal15010157613507045012727
Binary11010001000110111111010111010111000100101000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68086F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68086F; }

 p { color: rgb(104,8,111); }

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

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

 a { background-color: rgb(104,8,111); }

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

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

 span { border-color: rgb(104,8,111); }

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