#610644

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

Shades of Tyrian Purple #610644

Tints of Tyrian Purple #610644

Color information

#610644 (or 0x610644) is unknown color: approx Tyrian Purple. HEX triplet: 61, 06 and 44. RGB value is (97,6,68). Sum of RGB (Red+Green+Blue) = 97+6+68=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 68 (26.95% from 255 or 39.77% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #610644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610644 is #9EF9BB. Grayscale: #282828. Windows color (decimal): -10418620 or 4458081. OLE color: 4458081.

HSL color Cylindrical-coordinate representation of color #610644: hue angle of 319.12º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610644 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB97668-
CMYK00.940.300.62
HSL319.12º88.35%20.2%-
HSV(B)319.12º93.81%38.04%-
XYZ6.043.095.75-
YUV40.28143.65168.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.73%
GREEN value IS 6 (2.73% from 255) = 3.51%
BLUE value IS 68 (26.95% from 255) = 39.77%
R=56.73%
G=3.51%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9766800.940.300.62319.1288.3520.2
Hex6164405E1E3E13f5814
Octal14161040136367647713024
Binary110000111010001000101111011110111110100111111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610644; }

 p { color: rgb(97,6,68); }

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

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

 a { background-color: rgb(97,6,68); }

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

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

 span { border-color: rgb(97,6,68); }

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