#610031

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

Shades of Tyrian Purple #610031

Tints of Tyrian Purple #610031

Color information

#610031 (or 0x610031) is unknown color: approx Tyrian Purple. HEX triplet: 61, 00 and 31. RGB value is (97,0,49). Sum of RGB (Red+Green+Blue) = 97+0+49=146 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.44% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 97 - color contains mainly: red. Hex color #610031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610031 is #9EFFCE. Grayscale: #222222. Windows color (decimal): -10420175 or 3211361. OLE color: 3211361.

HSL color Cylindrical-coordinate representation of color #610031: hue angle of 329.69º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610031 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB97049-
CMYK010.490.62
HSL329.69º100%19.02%-
HSV(B)329.69º100%38.04%-
XYZ5.482.763.15-
YUV34.59136.14172.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 66.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 49 (19.53% from 255) = 33.56%
R=66.44%
G=0%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97049010.490.62329.6910019.02
Hex61031064313E14a6413
Octal1410610144617651214423
Binary1100001011000101100100110001111110101001010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610031; }

 p { color: rgb(97,0,49); }

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

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

 a { background-color: rgb(97,0,49); }

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

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

 span { border-color: rgb(97,0,49); }

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