#610853

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

Shades of Tyrian Purple #610853

Tints of Tyrian Purple #610853

Color information

#610853 (or 0x610853) is unknown color: approx Tyrian Purple. HEX triplet: 61, 08 and 53. RGB value is (97,8,83). Sum of RGB (Red+Green+Blue) = 97+8+83=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 83 (32.81% from 255 or 44.15% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #610853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610853 is #9EF7AC. Grayscale: #2A2A2A. Windows color (decimal): -10418093 or 5441633. OLE color: 5441633.

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

Color convert

RGB97883-
CMYK00.920.140.62
HSL309.44º84.76%20.59%-
HSV(B)309.44º91.75%38.04%-
XYZ6.583.348.48-
YUV43.16150.49166.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.60%
GREEN value IS 8 (3.52% from 255) = 4.26%
BLUE value IS 83 (32.81% from 255) = 44.15%
R=51.60%
G=4.26%
B=44.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9788300.920.140.62309.4484.7620.59
Hex6185305CE3E1355515
Octal141101230134167646512525
Binary110000110001010011010111001110111110100110101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610853; }

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

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

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

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

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

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

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

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