#680C3A

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

Shades of Tyrian Purple #680C3A

Tints of Tyrian Purple #680C3A

Color information

#680C3A (or 0x680C3A) is unknown color: approx Tyrian Purple. HEX triplet: 68, 0C and 3A. RGB value is (104,12,58). Sum of RGB (Red+Green+Blue) = 104+12+58=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #680C3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680C3A is #97F3C5. Grayscale: #2C2C2C. Windows color (decimal): -9958342 or 3804264. OLE color: 3804264.

HSL color Cylindrical-coordinate representation of color #680C3A: hue angle of 330º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680C3A is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB1041258-
CMYK00.880.440.59
HSL330º79.31%22.75%-
HSV(B)330º88.46%40.78%-
XYZ6.63.514.33-
YUV44.75135.48170.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.77%
GREEN value IS 12 (5.08% from 255) = 6.90%
BLUE value IS 58 (23.05% from 255) = 33.33%
R=59.77%
G=6.90%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104125800.880.440.5933079.3122.75
Hex68C3A0582C3B14a4f17
Octal15014720130547351211727
Binary1101000110011101001011000101100111011101001010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680C3A; }

 p { color: rgb(104,12,58); }

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

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

 a { background-color: rgb(104,12,58); }

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

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

 span { border-color: rgb(104,12,58); }

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