#68006A

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

Shades of Purple #68006A

Tints of Purple #68006A

Color information

#68006A (or 0x68006A) is unknown color: approx Purple. HEX triplet: 68, 00 and 6A. RGB value is (104,0,106). Sum of RGB (Red+Green+Blue) = 104+0+106=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 106 (41.80% from 255 or 50.48% from 210); Max value from RGB is 106 - color contains mainly: blue. Hex color #68006A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68006A is #97FF95. Grayscale: #2A2A2A. Windows color (decimal): -9961366 or 6946920. OLE color: 6946920.

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

Color convert

RGB1040106-
CMYK0.02100.58
HSL298.87º100%20.78%-
HSV(B)298.87º100%41.57%-
XYZ8.313.9813.97-
YUV43.18163.46171.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 50.48%
R=49.52%
G=0%
B=50.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10401060.02100.58298.8710020.78
Hex6806A26403A12b6415
Octal1500152214407245314425
Binary1101000011010101011001000111010100101011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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