#680467

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

Shades of Purple #680467

Tints of Purple #680467

Color information

#680467 (or 0x680467) is unknown color: approx Purple. HEX triplet: 68, 04 and 67. RGB value is (104,4,103). Sum of RGB (Red+Green+Blue) = 104+4+103=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 103 (40.62% from 255 or 48.82% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #680467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680467 is #97FB98. Grayscale: #2C2C2C. Windows color (decimal): -9960345 or 6751336. OLE color: 6751336.

HSL color Cylindrical-coordinate representation of color #680467: hue angle of 300.6º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680467 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB1044103-
CMYK00.960.010.59
HSL300.6º92.59%21.18%-
HSV(B)300.6º96.15%40.78%-
XYZ8.24.0113.17-
YUV45.19160.63169.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.29%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 103 (40.62% from 255) = 48.82%
R=49.29%
G=1.90%
B=48.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104410300.960.010.59300.692.5921.18
Hex6846706013B12d5d15
Octal1504147014017345513525
Binary11010001001100111011000001111011100101101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680467; }

 p { color: rgb(104,4,103); }

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

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

 a { background-color: rgb(104,4,103); }

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

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

 span { border-color: rgb(104,4,103); }

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