#610D38

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

Shades of Tyrian Purple #610D38

Tints of Tyrian Purple #610D38

Color information

#610D38 (or 0x610D38) is unknown color: approx Tyrian Purple. HEX triplet: 61, 0D and 38. RGB value is (97,13,56). Sum of RGB (Red+Green+Blue) = 97+13+56=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #610D38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610D38 is #9EF2C7. Grayscale: #2A2A2A. Windows color (decimal): -10416840 or 3673441. OLE color: 3673441.

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

Color convert

RGB971356-
CMYK00.870.420.62
HSL329.29º76.36%21.57%-
HSV(B)329.29º86.6%38.04%-
XYZ5.793.114.04-
YUV43.02135.33166.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.43%
GREEN value IS 13 (5.47% from 255) = 7.83%
BLUE value IS 56 (22.27% from 255) = 33.73%
R=58.43%
G=7.83%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97135600.870.420.62329.2976.3621.57
Hex61D380572A3E1494c16
Octal14115700127527651111426
Binary1100001110111100001010111101010111110101001001100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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