#680532

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

Shades of Tyrian Purple #680532

Tints of Tyrian Purple #680532

Color information

#680532 (or 0x680532) is unknown color: approx Tyrian Purple. HEX triplet: 68, 05 and 32. RGB value is (104,5,50). Sum of RGB (Red+Green+Blue) = 104+5+50=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #680532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680532 is #97FACD. Grayscale: #272727. Windows color (decimal): -9960142 or 3278184. OLE color: 3278184.

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

Color convert

RGB104550-
CMYK00.950.520.59
HSL332.73º90.83%21.37%-
HSV(B)332.73º95.19%40.78%-
XYZ6.343.283.32-
YUV39.73133.8173.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65.41%
GREEN value IS 5 (2.34% from 255) = 3.14%
BLUE value IS 50 (19.92% from 255) = 31.45%
R=65.41%
G=3.14%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10455000.950.520.59332.7390.8321.37
Hex6853205F343B14d5b15
Octal1505620137647351513325
Binary110100010111001001011111110100111011101001101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680532; }

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

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

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

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

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

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

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

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