#610741

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

Shades of Tyrian Purple #610741

Tints of Tyrian Purple #610741

Color information

#610741 (or 0x610741) is unknown color: approx Tyrian Purple. HEX triplet: 61, 07 and 41. RGB value is (97,7,65). Sum of RGB (Red+Green+Blue) = 97+7+65=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #610741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610741 is #9EF8BE. Grayscale: #282828. Windows color (decimal): -10418367 or 4261729. OLE color: 4261729.

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

Color convert

RGB97765-
CMYK00.930.330.62
HSL321.33º86.54%20.39%-
HSV(B)321.33º92.78%38.04%-
XYZ5.963.075.28-
YUV40.52141.82168.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.40%
GREEN value IS 7 (3.12% from 255) = 4.14%
BLUE value IS 65 (25.78% from 255) = 38.46%
R=57.40%
G=4.14%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9776500.930.330.62321.3386.5420.39
Hex6174105D213E1415714
Octal14171010135417650112724
Binary1100001111100000101011101100001111110101000001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610741; }

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

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

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

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

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

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

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

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