#610938

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

Shades of Tyrian Purple #610938

Tints of Tyrian Purple #610938

Color information

#610938 (or 0x610938) is unknown color: approx Tyrian Purple. HEX triplet: 61, 09 and 38. RGB value is (97,9,56). Sum of RGB (Red+Green+Blue) = 97+9+56=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #610938 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610938 is #9EF6C7. Grayscale: #282828. Windows color (decimal): -10417864 or 3672417. OLE color: 3672417.

HSL color Cylindrical-coordinate representation of color #610938: hue angle of 327.95º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610938 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB97956-
CMYK00.910.420.62
HSL327.95º83.02%20.78%-
HSV(B)327.95º90.72%38.04%-
XYZ5.743.024.02-
YUV40.67136.65168.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.88%
GREEN value IS 9 (3.91% from 255) = 5.56%
BLUE value IS 56 (22.27% from 255) = 34.57%
R=59.88%
G=5.56%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9795600.910.420.62327.9583.0220.78
Hex6193805B2A3E1485315
Octal14111700133527651012325
Binary1100001100111100001011011101010111110101001000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610938; }

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

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

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

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

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

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

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

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