#680588

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

Shades of Purple #680588

Tints of Purple #680588

Color information

#680588 (or 0x680588) is unknown color: approx Purple. HEX triplet: 68, 05 and 88. RGB value is (104,5,136). Sum of RGB (Red+Green+Blue) = 104+5+136=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #680588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680588 is #97FA77. Grayscale: #313131. Windows color (decimal): -9960056 or 8914280. OLE color: 8914280.

HSL color Cylindrical-coordinate representation of color #680588: hue angle of 285.34º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680588 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1045136-
CMYK0.240.9600.47
HSL285.34º92.91%27.65%-
HSV(B)285.34º96.32%53.33%-
XYZ10.214.8323.69-
YUV49.54176.8166.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.45%
GREEN value IS 5 (2.34% from 255) = 2.04%
BLUE value IS 136 (53.52% from 255) = 55.51%
R=42.45%
G=2.04%
B=55.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10451360.240.9600.47285.3492.9127.65
Hex68588186002F11d5d1c
Octal15052103014005743513534
Binary1101000101100010001100011000000101111100011101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680588; }

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

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

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

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

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

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

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

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