#680452

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

Shades of Tyrian Purple #680452

Tints of Tyrian Purple #680452

Color information

#680452 (or 0x680452) is unknown color: approx Tyrian Purple. HEX triplet: 68, 04 and 52. RGB value is (104,4,82). Sum of RGB (Red+Green+Blue) = 104+4+82=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #680452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680452 is #97FBAD. Grayscale: #2A2A2A. Windows color (decimal): -9960366 or 5375080. OLE color: 5375080.

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

Color convert

RGB104482-
CMYK00.960.210.59
HSL313.2º92.59%21.18%-
HSV(B)313.2º96.15%40.78%-
XYZ7.283.648.3-
YUV42.79150.13171.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.74%
GREEN value IS 4 (1.95% from 255) = 2.11%
BLUE value IS 82 (32.42% from 255) = 43.16%
R=54.74%
G=2.11%
B=43.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10448200.960.210.59313.292.5921.18
Hex68452060153B1395d15
Octal15041220140257347113525
Binary110100010010100100110000010101111011100111001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680452; }

 p { color: rgb(104,4,82); }

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

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

 a { background-color: rgb(104,4,82); }

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

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

 span { border-color: rgb(104,4,82); }

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