#68027C

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

Shades of Purple #68027C

Tints of Purple #68027C

Color information

#68027C (or 0x68027C) is unknown color: approx Purple. HEX triplet: 68, 02 and 7C. RGB value is (104,2,124). Sum of RGB (Red+Green+Blue) = 104+2+124=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 124 (48.83% from 255 or 53.91% from 230); Max value from RGB is 124 - color contains mainly: blue. Hex color #68027C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68027C is #97FD83. Grayscale: #2E2E2E. Windows color (decimal): -9960836 or 8127080. OLE color: 8127080.

HSL color Cylindrical-coordinate representation of color #68027C: hue angle of 290.16º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #68027C is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1042124-
CMYK0.160.9800.51
HSL290.16º96.83%24.71%-
HSV(B)290.16º98.39%48.63%-
XYZ9.374.4419.43-
YUV46.41171.79169.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.22%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 124 (48.83% from 255) = 53.91%
R=45.22%
G=0.87%
B=53.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10421240.160.9800.51290.1696.8324.71
Hex6827C10620331226119
Octal15021742014206344214131
Binary11010001011111001000011000100110011100100010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68027C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,2,124); }

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

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

 a { background-color: rgb(104,2,124); }

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

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

 span { border-color: rgb(104,2,124); }

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