#680234

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

Shades of Tyrian Purple #680234

Tints of Tyrian Purple #680234

Color information

#680234 (or 0x680234) is unknown color: approx Tyrian Purple. HEX triplet: 68, 02 and 34. RGB value is (104,2,52). Sum of RGB (Red+Green+Blue) = 104+2+52=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #680234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680234 is #97FDCB. Grayscale: #262626. Windows color (decimal): -9960908 or 3408488. OLE color: 3408488.

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

Color convert

RGB104252-
CMYK00.980.500.59
HSL330.59º96.23%20.78%-
HSV(B)330.59º98.08%40.78%-
XYZ6.353.233.54-
YUV38.2135.79174.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65.82%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 52 (20.70% from 255) = 32.91%
R=65.82%
G=1.27%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10425200.980.500.59330.5996.2320.78
Hex68234062323B14b6015
Octal1502640142627351314025
Binary11010001011010001100010110010111011101001011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680234; }

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

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

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

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

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

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

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

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