#610241

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

Shades of Tyrian Purple #610241

Tints of Tyrian Purple #610241

Color information

#610241 (or 0x610241) is unknown color: approx Tyrian Purple. HEX triplet: 61, 02 and 41. RGB value is (97,2,65). Sum of RGB (Red+Green+Blue) = 97+2+65=164 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.15% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 97 - color contains mainly: red. Hex color #610241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610241 is #9EFDBE. Grayscale: #252525. Windows color (decimal): -10419647 or 4260449. OLE color: 4260449.

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

Color convert

RGB97265-
CMYK00.980.330.62
HSL320.21º95.96%19.41%-
HSV(B)320.21º97.94%38.04%-
XYZ5.912.975.26-
YUV37.59143.47170.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.15%
GREEN value IS 2 (1.17% from 255) = 1.22%
BLUE value IS 65 (25.78% from 255) = 39.63%
R=59.15%
G=1.22%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9726500.980.330.62320.2195.9619.41
Hex61241062213E1406013
Octal14121010142417650014023
Binary110000110100000101100010100001111110101000000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610241; }

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

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

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

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

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

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

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

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