#610F38

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

Shades of Tyrian Purple #610F38

Tints of Tyrian Purple #610F38

Color information

#610F38 (or 0x610F38) is unknown color: approx Tyrian Purple. HEX triplet: 61, 0F and 38. RGB value is (97,15,56). Sum of RGB (Red+Green+Blue) = 97+15+56=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 15 (6.25% from 255 or 8.93% from 168); Blue value is 56 (22.27% from 255 or 33.33% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #610F38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610F38 is #9EF0C7. Grayscale: #2C2C2C. Windows color (decimal): -10416328 or 3673953. OLE color: 3673953.

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

Color convert

RGB971556-
CMYK00.850.420.62
HSL330º73.21%21.96%-
HSV(B)330º84.54%38.04%-
XYZ5.813.174.05-
YUV44.19134.67165.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.74%
GREEN value IS 15 (6.25% from 255) = 8.93%
BLUE value IS 56 (22.27% from 255) = 33.33%
R=57.74%
G=8.93%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97155600.850.420.6233073.2121.96
Hex61F380552A3E14a4916
Octal14117700125527651211126
Binary1100001111111100001010101101010111110101001010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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