#680272

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

Shades of Purple #680272

Tints of Purple #680272

Color information

#680272 (or 0x680272) is unknown color: approx Purple. HEX triplet: 68, 02 and 72. RGB value is (104,2,114). Sum of RGB (Red+Green+Blue) = 104+2+114=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #680272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680272 is #97FD8D. Grayscale: #2C2C2C. Windows color (decimal): -9960846 or 7471720. OLE color: 7471720.

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

Color convert

RGB1042114-
CMYK0.090.9800.55
HSL294.64º96.55%22.75%-
HSV(B)294.64º98.25%44.71%-
XYZ8.774.216.27-
YUV45.27166.79169.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.27%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 114 (44.92% from 255) = 51.82%
R=47.27%
G=0.91%
B=51.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10421140.090.9800.55294.6496.5522.75
Hex682729620371276117
Octal15021621114206744714127
Binary1101000101110010100111000100110111100100111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680272; }

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

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

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

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

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

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

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

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