#610041

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

Shades of Tyrian Purple #610041

Tints of Tyrian Purple #610041

Color information

#610041 (or 0x610041) is unknown color: approx Tyrian Purple. HEX triplet: 61, 00 and 41. RGB value is (97,0,65). Sum of RGB (Red+Green+Blue) = 97+0+65=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #610041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610041 is #9EFFBE. Grayscale: #242424. Windows color (decimal): -10420159 or 4259937. OLE color: 4259937.

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

Color convert

RGB97065-
CMYK010.330.62
HSL319.79º100%19.02%-
HSV(B)319.79º100%38.04%-
XYZ5.882.925.26-
YUV36.41144.14171.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 65 (25.78% from 255) = 40.12%
R=59.88%
G=0%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97065010.330.62319.7910019.02
Hex61041064213E1406413
Octal14101010144417650014423
Binary11000010100000101100100100001111110101000000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610041; }

 p { color: rgb(97,0,65); }

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

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

 a { background-color: rgb(97,0,65); }

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

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

 span { border-color: rgb(97,0,65); }

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