#610f34

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

Shades of Tyrian Purple #610F34

Tints of Tyrian Purple #610F34

Color information

#610F34 (or 0x610F34) is unknown color: approx Tyrian Purple. HEX triplet: 61, 0F and 34. RGB value is (97,15,52). Sum of RGB (Red+Green+Blue) = 97+15+52=164 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.15% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 52 (20.70% from 255 or 31.71% from 164); Max value from RGB is 97 - color contains mainly: red. Hex color #610F34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610F34 is #9EF0CB. Grayscale: #2B2B2B. Windows color (decimal): -10416332 or 3411809. OLE color: 3411809.

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

Color convert

RGB971552-
CMYK00.850.460.62
HSL332.93º73.21%21.96%-
HSV(B)332.93º84.54%38.04%-
XYZ5.723.133.55-
YUV43.74132.67165.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.15%
GREEN value IS 15 (6.25% from 255) = 9.15%
BLUE value IS 52 (20.70% from 255) = 31.71%
R=59.15%
G=9.15%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97155200.850.460.62332.9373.2121.96
Hex61F340552E3E14d4916
Octal14117640125567651511126
Binary1100001111111010001010101101110111110101001101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610f34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,15,52); }

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

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

 a { background-color: rgb(97,15,52); }

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

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

 span { border-color: rgb(97,15,52); }

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