#680288

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

Shades of Purple #680288

Tints of Purple #680288

Color information

#680288 (or 0x680288) is unknown color: approx Purple. HEX triplet: 68, 02 and 88. RGB value is (104,2,136). Sum of RGB (Red+Green+Blue) = 104+2+136=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #680288 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680288 is #97FD77. Grayscale: #2F2F2F. Windows color (decimal): -9960824 or 8913512. OLE color: 8913512.

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

Color convert

RGB1042136-
CMYK0.240.9900.47
HSL285.67º97.1%27.06%-
HSV(B)285.67º98.53%53.33%-
XYZ10.174.7623.68-
YUV47.77177.79168.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.98%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 136 (53.52% from 255) = 56.20%
R=42.98%
G=0.83%
B=56.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10421360.240.9900.47285.6797.127.06
Hex68288186302F11e611b
Octal15022103014305743614133
Binary110100010100010001100011000110101111100011110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680288; }

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

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

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

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

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

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

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

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