#610F48

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

Shades of Tyrian Purple #610F48

Tints of Tyrian Purple #610F48

Color information

#610F48 (or 0x610F48) is unknown color: approx Tyrian Purple. HEX triplet: 61, 0F and 48. RGB value is (97,15,72). Sum of RGB (Red+Green+Blue) = 97+15+72=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 15 (6.25% from 255 or 8.15% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #610F48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610F48 is #9EF0B7. Grayscale: #2D2D2D. Windows color (decimal): -10416312 or 4722529. OLE color: 4722529.

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

Color convert

RGB971572-
CMYK00.850.260.62
HSL318.29º73.21%21.96%-
HSV(B)318.29º84.54%38.04%-
XYZ6.273.356.45-
YUV46.02142.67164.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.72%
GREEN value IS 15 (6.25% from 255) = 8.15%
BLUE value IS 72 (28.52% from 255) = 39.13%
R=52.72%
G=8.15%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97157200.850.260.62318.2973.2121.96
Hex61F480551A3E13e4916
Octal141171100125327647611126
Binary1100001111110010000101010111010111110100111110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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