#610D33

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

Shades of Tyrian Purple #610D33

Tints of Tyrian Purple #610D33

Color information

#610D33 (or 0x610D33) is unknown color: approx Tyrian Purple. HEX triplet: 61, 0D and 33. RGB value is (97,13,51). Sum of RGB (Red+Green+Blue) = 97+13+51=161 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.25% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 97 - color contains mainly: red. Hex color #610D33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610D33 is #9EF2CC. Grayscale: #2A2A2A. Windows color (decimal): -10416845 or 3345761. OLE color: 3345761.

HSL color Cylindrical-coordinate representation of color #610D33: hue angle of 332.86º 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 #610D33 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB971351-
CMYK00.870.470.62
HSL332.86º76.36%21.57%-
HSV(B)332.86º86.6%38.04%-
XYZ5.673.073.43-
YUV42.45132.83166.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 60.25%
GREEN value IS 13 (5.47% from 255) = 8.07%
BLUE value IS 51 (20.31% from 255) = 31.68%
R=60.25%
G=8.07%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97135100.870.470.62332.8676.3621.57
Hex61D330572F3E14d4c16
Octal14115630127577651511426
Binary1100001110111001101010111101111111110101001101100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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