#610145

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

Shades of Tyrian Purple #610145

Tints of Tyrian Purple #610145

Color information

#610145 (or 0x610145) is unknown color: approx Tyrian Purple. HEX triplet: 61, 01 and 45. RGB value is (97,1,69). Sum of RGB (Red+Green+Blue) = 97+1+69=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 69 (27.34% from 255 or 41.32% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #610145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610145 is #9EFEBA. Grayscale: #252525. Windows color (decimal): -10419899 or 4522337. OLE color: 4522337.

HSL color Cylindrical-coordinate representation of color #610145: hue angle of 317.5º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #610145 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB97169-
CMYK00.990.290.62
HSL317.5º97.96%19.22%-
HSV(B)317.5º98.97%38.04%-
XYZ6.012.995.89-
YUV37.46145.8170.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.08%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 69 (27.34% from 255) = 41.32%
R=58.08%
G=0.60%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9716900.990.290.62317.597.9619.22
Hex611450631D3E13e6213
Octal14111050143357647614223
Binary1100001110001010110001111101111110100111110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610145; }

 p { color: rgb(97,1,69); }

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

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

 a { background-color: rgb(97,1,69); }

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

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

 span { border-color: rgb(97,1,69); }

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