#680130

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

Shades of Tyrian Purple #680130

Tints of Tyrian Purple #680130

Color information

#680130 (or 0x680130) is unknown color: approx Tyrian Purple. HEX triplet: 68, 01 and 30. RGB value is (104,1,48). Sum of RGB (Red+Green+Blue) = 104+1+48=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #680130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680130 is #97FECF. Grayscale: #252525. Windows color (decimal): -9961168 or 3146088. OLE color: 3146088.

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

Color convert

RGB104148-
CMYK00.990.540.59
HSL332.62º98.1%20.59%-
HSV(B)332.62º99.04%40.78%-
XYZ6.253.183.08-
YUV37.16134.12175.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.97%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 48 (19.14% from 255) = 31.37%
R=67.97%
G=0.65%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10414800.990.540.59332.6298.120.59
Hex68130063363B14d6215
Octal1501600143667351514225
Binary1101000111000001100011110110111011101001101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680130; }

 p { color: rgb(104,1,48); }

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

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

 a { background-color: rgb(104,1,48); }

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

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

 span { border-color: rgb(104,1,48); }

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