#610631

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

Shades of Tyrian Purple #610631

Tints of Tyrian Purple #610631

Color information

#610631 (or 0x610631) is unknown color: approx Tyrian Purple. HEX triplet: 61, 06 and 31. RGB value is (97,6,49). Sum of RGB (Red+Green+Blue) = 97+6+49=152 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.82% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 97 - color contains mainly: red. Hex color #610631 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610631 is #9EF9CE. Grayscale: #262626. Windows color (decimal): -10418639 or 3212897. OLE color: 3212897.

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

Color convert

RGB97649-
CMYK00.940.490.62
HSL331.65º88.35%20.2%-
HSV(B)331.65º93.81%38.04%-
XYZ5.552.893.17-
YUV38.11134.15170-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 63.82%
GREEN value IS 6 (2.73% from 255) = 3.95%
BLUE value IS 49 (19.53% from 255) = 32.24%
R=63.82%
G=3.95%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9764900.940.490.62331.6588.3520.2
Hex6163105E313E14c5814
Octal1416610136617651413024
Binary110000111011000101011110110001111110101001100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610631; }

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

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

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

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

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

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

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

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