#610129

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

Shades of Tyrian Purple #610129

Tints of Tyrian Purple #610129

Color information

#610129 (or 0x610129) is unknown color: approx Tyrian Purple. HEX triplet: 61, 01 and 29. RGB value is (97,1,41). Sum of RGB (Red+Green+Blue) = 97+1+41=139 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.78% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 97 - color contains mainly: red. Hex color #610129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610129 is #9EFED6. Grayscale: #222222. Windows color (decimal): -10419927 or 2687329. OLE color: 2687329.

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

Color convert

RGB97141-
CMYK00.990.580.62
HSL335º97.96%19.22%-
HSV(B)335º98.97%38.04%-
XYZ5.342.722.34-
YUV34.26131.8172.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 69.78%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 41 (16.41% from 255) = 29.50%
R=69.78%
G=0.72%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9714100.990.580.6233597.9619.22
Hex611290633A3E14f6213
Octal1411510143727651714223
Binary1100001110100101100011111010111110101001111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610129; }

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

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

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

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

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

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

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

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