#610431

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

Shades of Tyrian Purple #610431

Tints of Tyrian Purple #610431

Color information

#610431 (or 0x610431) is unknown color: approx Tyrian Purple. HEX triplet: 61, 04 and 31. RGB value is (97,4,49). Sum of RGB (Red+Green+Blue) = 97+4+49=150 (19% of max value = 765). Red value is 97 (38.28% from 255 or 64.67% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 97 - color contains mainly: red. Hex color #610431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610431 is #9EFBCE. Grayscale: #242424. Windows color (decimal): -10419151 or 3212385. OLE color: 3212385.

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

Color convert

RGB97449-
CMYK00.960.490.62
HSL330.97º92.08%19.8%-
HSV(B)330.97º95.88%38.04%-
XYZ5.532.853.16-
YUV36.94134.81170.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 64.67%
GREEN value IS 4 (1.95% from 255) = 2.67%
BLUE value IS 49 (19.53% from 255) = 32.67%
R=64.67%
G=2.67%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9744900.960.490.62330.9792.0819.8
Hex61431060313E14b5c14
Octal1414610140617651313424
Binary110000110011000101100000110001111110101001011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610431; }

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

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

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

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

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

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

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

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