#680752

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

Shades of Tyrian Purple #680752

Tints of Tyrian Purple #680752

Color information

#680752 (or 0x680752) is unknown color: approx Tyrian Purple. HEX triplet: 68, 07 and 52. RGB value is (104,7,82). Sum of RGB (Red+Green+Blue) = 104+7+82=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #680752 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680752 is #97F8AD. Grayscale: #2C2C2C. Windows color (decimal): -9959598 or 5375848. OLE color: 5375848.

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

Color convert

RGB104782-
CMYK00.930.210.59
HSL313.61º87.39%21.76%-
HSV(B)313.61º93.27%40.78%-
XYZ7.313.78.31-
YUV44.55149.14170.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.89%
GREEN value IS 7 (3.12% from 255) = 3.63%
BLUE value IS 82 (32.42% from 255) = 42.49%
R=53.89%
G=3.63%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10478200.930.210.59313.6187.3921.76
Hex6875205D153B13a5716
Octal15071220135257347212726
Binary110100011110100100101110110101111011100111010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680752; }

 p { color: rgb(104,7,82); }

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

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

 a { background-color: rgb(104,7,82); }

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

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

 span { border-color: rgb(104,7,82); }

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