#610953

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

Shades of Tyrian Purple #610953

Tints of Tyrian Purple #610953

Color information

#610953 (or 0x610953) is unknown color: approx Tyrian Purple. HEX triplet: 61, 09 and 53. RGB value is (97,9,83). Sum of RGB (Red+Green+Blue) = 97+9+83=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #610953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610953 is #9EF6AC. Grayscale: #2B2B2B. Windows color (decimal): -10417837 or 5441889. OLE color: 5441889.

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

Color convert

RGB97983-
CMYK00.910.140.62
HSL309.55º83.02%20.78%-
HSV(B)309.55º90.72%38.04%-
XYZ6.593.368.49-
YUV43.75150.15165.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.32%
GREEN value IS 9 (3.91% from 255) = 4.76%
BLUE value IS 83 (32.81% from 255) = 43.92%
R=51.32%
G=4.76%
B=43.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9798300.910.140.62309.5583.0220.78
Hex6195305BE3E1365315
Octal141111230133167646612325
Binary110000110011010011010110111110111110100110110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610953; }

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

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

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

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

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

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

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

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