#610749

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

Shades of Tyrian Purple #610749

Tints of Tyrian Purple #610749

Color information

#610749 (or 0x610749) is unknown color: approx Tyrian Purple. HEX triplet: 61, 07 and 49. RGB value is (97,7,73). Sum of RGB (Red+Green+Blue) = 97+7+73=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #610749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610749 is #9EF8B6. Grayscale: #292929. Windows color (decimal): -10418359 or 4786017. OLE color: 4786017.

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

Color convert

RGB97773-
CMYK00.930.250.62
HSL316º86.54%20.39%-
HSV(B)316º92.78%38.04%-
XYZ6.213.176.59-
YUV41.43145.82167.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.80%
GREEN value IS 7 (3.12% from 255) = 3.95%
BLUE value IS 73 (28.91% from 255) = 41.24%
R=54.80%
G=3.95%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9777300.930.250.6231686.5420.39
Hex6174905D193E13c5714
Octal14171110135317647412724
Binary110000111110010010101110111001111110100111100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610749; }

 p { color: rgb(97,7,73); }

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

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

 a { background-color: rgb(97,7,73); }

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

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

 span { border-color: rgb(97,7,73); }

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