#610753

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

Shades of Tyrian Purple #610753

Tints of Tyrian Purple #610753

Color information

#610753 (or 0x610753) is unknown color: approx Tyrian Purple. HEX triplet: 61, 07 and 53. RGB value is (97,7,83). Sum of RGB (Red+Green+Blue) = 97+7+83=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #610753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610753 is #9EF8AC. Grayscale: #2A2A2A. Windows color (decimal): -10418349 or 5441377. OLE color: 5441377.

HSL color Cylindrical-coordinate representation of color #610753: hue angle of 309.33º 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 #610753 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB97783-
CMYK00.930.140.62
HSL309.33º86.54%20.39%-
HSV(B)309.33º92.78%38.04%-
XYZ6.573.328.48-
YUV42.57150.82166.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.87%
GREEN value IS 7 (3.12% from 255) = 3.74%
BLUE value IS 83 (32.81% from 255) = 44.39%
R=51.87%
G=3.74%
B=44.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9778300.930.140.62309.3386.5420.39
Hex6175305DE3E1355714
Octal14171230135167646512724
Binary11000011111010011010111011110111110100110101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610753; }

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

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

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

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

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

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

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

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