#68057C

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

Shades of Purple #68057C

Tints of Purple #68057C

Color information

#68057C (or 0x68057C) is unknown color: approx Purple. HEX triplet: 68, 05 and 7C. RGB value is (104,5,124). Sum of RGB (Red+Green+Blue) = 104+5+124=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #68057C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68057C is #97FA83. Grayscale: #2F2F2F. Windows color (decimal): -9960068 or 8127848. OLE color: 8127848.

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

Color convert

RGB1045124-
CMYK0.160.9600.51
HSL289.92º92.25%25.29%-
HSV(B)289.92º95.97%48.63%-
XYZ9.44.5119.44-
YUV48.17170.8167.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.64%
GREEN value IS 5 (2.34% from 255) = 2.15%
BLUE value IS 124 (48.83% from 255) = 53.22%
R=44.64%
G=2.15%
B=53.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10451240.160.9600.51289.9292.2525.29
Hex6857C10600331225c19
Octal15051742014006344213431
Binary110100010111111001000011000000110011100100010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68057C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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