#680252

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

Shades of Tyrian Purple #680252

Tints of Tyrian Purple #680252

Color information

#680252 (or 0x680252) is unknown color: approx Tyrian Purple. HEX triplet: 68, 02 and 52. RGB value is (104,2,82). Sum of RGB (Red+Green+Blue) = 104+2+82=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 82 (32.42% from 255 or 43.62% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #680252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680252 is #97FDAD. Grayscale: #292929. Windows color (decimal): -9960878 or 5374568. OLE color: 5374568.

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

Color convert

RGB104282-
CMYK00.980.210.59
HSL312.94º96.23%20.78%-
HSV(B)312.94º98.08%40.78%-
XYZ7.253.68.29-
YUV41.62150.79172.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.32%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 82 (32.42% from 255) = 43.62%
R=55.32%
G=1.06%
B=43.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10428200.980.210.59312.9496.2320.78
Hex68252062153B1396015
Octal15021220142257347114025
Binary11010001010100100110001010101111011100111001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680252; }

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

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

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

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

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

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

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

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