#610935

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

Shades of Tyrian Purple #610935

Tints of Tyrian Purple #610935

Color information

#610935 (or 0x610935) is unknown color: approx Tyrian Purple. HEX triplet: 61, 09 and 35. RGB value is (97,9,53). Sum of RGB (Red+Green+Blue) = 97+9+53=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #610935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610935 is #9EF6CA. Grayscale: #282828. Windows color (decimal): -10417867 or 3475809. OLE color: 3475809.

HSL color Cylindrical-coordinate representation of color #610935: hue angle of 330º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610935 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB97953-
CMYK00.910.450.62
HSL330º83.02%20.78%-
HSV(B)330º90.72%38.04%-
XYZ5.672.993.65-
YUV40.33135.15168.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.01%
GREEN value IS 9 (3.91% from 255) = 5.66%
BLUE value IS 53 (21.09% from 255) = 33.33%
R=61.01%
G=5.66%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9795300.910.450.6233083.0220.78
Hex6193505B2D3E14a5315
Octal14111650133557651212325
Binary1100001100111010101011011101101111110101001010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610935; }

 p { color: rgb(97,9,53); }

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

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

 a { background-color: rgb(97,9,53); }

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

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

 span { border-color: rgb(97,9,53); }

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