#610943

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

Shades of Tyrian Purple #610943

Tints of Tyrian Purple #610943

Color information

#610943 (or 0x610943) is unknown color: approx Tyrian Purple. HEX triplet: 61, 09 and 43. RGB value is (97,9,67). Sum of RGB (Red+Green+Blue) = 97+9+67=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 67 (26.56% from 255 or 38.73% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #610943 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610943 is #9EF6BC. Grayscale: #292929. Windows color (decimal): -10417853 or 4393313. OLE color: 4393313.

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

Color convert

RGB97967-
CMYK00.910.310.62
HSL320.45º83.02%20.78%-
HSV(B)320.45º90.72%38.04%-
XYZ6.043.145.6-
YUV41.92142.15167.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.07%
GREEN value IS 9 (3.91% from 255) = 5.20%
BLUE value IS 67 (26.56% from 255) = 38.73%
R=56.07%
G=5.20%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9796700.910.310.62320.4583.0220.78
Hex6194305B1F3E1405315
Octal141111030133377650012325
Binary1100001100110000110101101111111111110101000000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610943; }

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

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

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

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

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

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

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

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