#610D35

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

Shades of Tyrian Purple #610D35

Tints of Tyrian Purple #610D35

Color information

#610D35 (or 0x610D35) is unknown color: approx Tyrian Purple. HEX triplet: 61, 0D and 35. RGB value is (97,13,53). Sum of RGB (Red+Green+Blue) = 97+13+53=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #610D35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610D35 is #9EF2CA. Grayscale: #2A2A2A. Windows color (decimal): -10416843 or 3476833. OLE color: 3476833.

HSL color Cylindrical-coordinate representation of color #610D35: hue angle of 331.43º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #610D35 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB971353-
CMYK00.870.450.62
HSL331.43º76.36%21.57%-
HSV(B)331.43º86.6%38.04%-
XYZ5.723.093.66-
YUV42.68133.83166.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.51%
GREEN value IS 13 (5.47% from 255) = 7.98%
BLUE value IS 53 (21.09% from 255) = 32.52%
R=59.51%
G=7.98%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97135300.870.450.62331.4376.3621.57
Hex61D350572D3E14b4c16
Octal14115650127557651311426
Binary1100001110111010101010111101101111110101001011100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610D35; }

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

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

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

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

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

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

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

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