#610A48

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

Shades of Tyrian Purple #610A48

Tints of Tyrian Purple #610A48

Color information

#610A48 (or 0x610A48) is unknown color: approx Tyrian Purple. HEX triplet: 61, 0A and 48. RGB value is (97,10,72). Sum of RGB (Red+Green+Blue) = 97+10+72=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 10 (4.30% from 255 or 5.59% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #610A48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610A48 is #9EF5B7. Grayscale: #2A2A2A. Windows color (decimal): -10417592 or 4721249. OLE color: 4721249.

HSL color Cylindrical-coordinate representation of color #610A48: hue angle of 317.24º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #610A48 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB971072-
CMYK00.900.260.62
HSL317.24º81.31%20.98%-
HSV(B)317.24º89.69%38.04%-
XYZ6.213.236.43-
YUV43.08144.32166.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.19%
GREEN value IS 10 (4.30% from 255) = 5.59%
BLUE value IS 72 (28.52% from 255) = 40.22%
R=54.19%
G=5.59%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97107200.900.260.62317.2481.3120.98
Hex61A4805A1A3E13d5115
Octal141121100132327647512125
Binary1100001101010010000101101011010111110100111101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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