#610144

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

Shades of Tyrian Purple #610144

Tints of Tyrian Purple #610144

Color information

#610144 (or 0x610144) is unknown color: approx Tyrian Purple. HEX triplet: 61, 01 and 44. RGB value is (97,1,68). Sum of RGB (Red+Green+Blue) = 97+1+68=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 68 (26.95% from 255 or 40.96% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #610144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610144 is #9EFEBB. Grayscale: #252525. Windows color (decimal): -10419900 or 4456801. OLE color: 4456801.

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

Color convert

RGB97168-
CMYK00.990.300.62
HSL318.12º97.96%19.22%-
HSV(B)318.12º98.97%38.04%-
XYZ5.982.985.73-
YUV37.34145.3170.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.43%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 68 (26.95% from 255) = 40.96%
R=58.43%
G=0.60%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9716800.990.300.62318.1297.9619.22
Hex611440631E3E13e6213
Octal14111040143367647614223
Binary1100001110001000110001111110111110100111110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610144; }

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

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

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

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

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

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

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

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