#680145

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

Shades of Tyrian Purple #680145

Tints of Tyrian Purple #680145

Color information

#680145 (or 0x680145) is unknown color: approx Tyrian Purple. HEX triplet: 68, 01 and 45. RGB value is (104,1,69). Sum of RGB (Red+Green+Blue) = 104+1+69=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #680145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680145 is #97FEBA. Grayscale: #272727. Windows color (decimal): -9961147 or 4522344. OLE color: 4522344.

HSL color Cylindrical-coordinate representation of color #680145: hue angle of 320.39º 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 #680145 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB104169-
CMYK00.990.340.59
HSL320.39º98.1%20.59%-
HSV(B)320.39º99.04%40.78%-
XYZ6.793.395.93-
YUV39.55144.62173.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.77%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 69 (27.34% from 255) = 39.66%
R=59.77%
G=0.57%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10416900.990.340.59320.3998.120.59
Hex68145063223B1406215
Octal15011050143427350014225
Binary11010001100010101100011100010111011101000000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680145; }

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

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

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

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

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

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

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

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