#680572

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

Shades of Purple #680572

Tints of Purple #680572

Color information

#680572 (or 0x680572) is unknown color: approx Purple. HEX triplet: 68, 05 and 72. RGB value is (104,5,114). Sum of RGB (Red+Green+Blue) = 104+5+114=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #680572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680572 is #97FA8D. Grayscale: #2E2E2E. Windows color (decimal): -9960078 or 7472488. OLE color: 7472488.

HSL color Cylindrical-coordinate representation of color #680572: hue angle of 294.5º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680572 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1045114-
CMYK0.090.9600.55
HSL294.5º91.6%23.33%-
HSV(B)294.5º95.61%44.71%-
XYZ8.84.2716.28-
YUV47.03165.8168.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.64%
GREEN value IS 5 (2.34% from 255) = 2.24%
BLUE value IS 114 (44.92% from 255) = 51.12%
R=46.64%
G=2.24%
B=51.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10451140.090.9600.55294.591.623.33
Hex685729600371265c17
Octal15051621114006744613427
Binary11010001011110010100111000000110111100100110101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680572; }

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

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

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

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

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

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

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

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