#68036C

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

Shades of Purple #68036C

Tints of Purple #68036C

Color information

#68036C (or 0x68036C) is unknown color: approx Purple. HEX triplet: 68, 03 and 6C. RGB value is (104,3,108). Sum of RGB (Red+Green+Blue) = 104+3+108=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #68036C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68036C is #97FC93. Grayscale: #2C2C2C. Windows color (decimal): -9960596 or 7078760. OLE color: 7078760.

HSL color Cylindrical-coordinate representation of color #68036C: hue angle of 297.71º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68036C is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1043108-
CMYK0.040.9700.58
HSL297.71º94.59%21.76%-
HSV(B)297.71º97.22%42.35%-
XYZ8.454.0914.53-
YUV45.17163.46169.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.37%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 108 (42.58% from 255) = 50.23%
R=48.37%
G=1.40%
B=50.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10431080.040.9700.58297.7194.5921.76
Hex6836C46103A12a5f16
Octal1503154414107245213726
Binary110100011110110010011000010111010100101010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68036C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68036C; }

 p { color: rgb(104,3,108); }

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

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

 a { background-color: rgb(104,3,108); }

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

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

 span { border-color: rgb(104,3,108); }

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