#680053

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

Shades of Tyrian Purple #680053

Tints of Tyrian Purple #680053

Color information

#680053 (or 0x680053) is unknown color: approx Tyrian Purple. HEX triplet: 68, 00 and 53. RGB value is (104,0,83). Sum of RGB (Red+Green+Blue) = 104+0+83=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #680053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680053 is #97FFAC. Grayscale: #282828. Windows color (decimal): -9961389 or 5439592. OLE color: 5439592.

HSL color Cylindrical-coordinate representation of color #680053: hue angle of 312.12º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680053 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB104083-
CMYK010.200.59
HSL312.12º100%20.39%-
HSV(B)312.12º100%40.78%-
XYZ7.273.578.49-
YUV40.56151.96173.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 44.39%
R=55.61%
G=0%
B=44.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104083010.200.59312.1210020.39
Hex68053064143B1386414
Octal15001230144247347014424
Binary1101000010100110110010010100111011100111000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680053; }

 p { color: rgb(104,0,83); }

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

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

 a { background-color: rgb(104,0,83); }

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

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

 span { border-color: rgb(104,0,83); }

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