#610537

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

Shades of Tyrian Purple #610537

Tints of Tyrian Purple #610537

Color information

#610537 (or 0x610537) is unknown color: approx Tyrian Purple. HEX triplet: 61, 05 and 37. RGB value is (97,5,55). Sum of RGB (Red+Green+Blue) = 97+5+55=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 55 (21.88% from 255 or 35.03% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #610537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610537 is #9EFAC8. Grayscale: #262626. Windows color (decimal): -10418889 or 3605857. OLE color: 3605857.

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

Color convert

RGB97555-
CMYK00.950.430.62
HSL327.39º90.2%20%-
HSV(B)327.39º94.85%38.04%-
XYZ5.672.933.88-
YUV38.21137.48169.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.78%
GREEN value IS 5 (2.34% from 255) = 3.18%
BLUE value IS 55 (21.88% from 255) = 35.03%
R=61.78%
G=3.18%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9755500.950.430.62327.3990.220
Hex6153705F2B3E1475a14
Octal1415670137537650713224
Binary110000110111011101011111101011111110101000111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610537; }

 p { color: rgb(97,5,55); }

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

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

 a { background-color: rgb(97,5,55); }

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

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

 span { border-color: rgb(97,5,55); }

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