#610242

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

Shades of Tyrian Purple #610242

Tints of Tyrian Purple #610242

Color information

#610242 (or 0x610242) is unknown color: approx Tyrian Purple. HEX triplet: 61, 02 and 42. RGB value is (97,2,66). Sum of RGB (Red+Green+Blue) = 97+2+66=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 66 (26.17% from 255 or 40% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #610242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610242 is #9EFDBD. Grayscale: #252525. Windows color (decimal): -10419646 or 4325985. OLE color: 4325985.

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

Color convert

RGB97266-
CMYK00.980.320.62
HSL319.58º95.96%19.41%-
HSV(B)319.58º97.94%38.04%-
XYZ5.932.985.42-
YUV37.7143.97170.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.79%
GREEN value IS 2 (1.17% from 255) = 1.21%
BLUE value IS 66 (26.17% from 255) = 40%
R=58.79%
G=1.21%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9726600.980.320.62319.5895.9619.41
Hex61242062203E1406013
Octal14121020142407650014023
Binary110000110100001001100010100000111110101000000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610242; }

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

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

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

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

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

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

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

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