#610254

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

Shades of Tyrian Purple #610254

Tints of Tyrian Purple #610254

Color information

#610254 (or 0x610254) is unknown color: approx Tyrian Purple. HEX triplet: 61, 02 and 54. RGB value is (97,2,84). Sum of RGB (Red+Green+Blue) = 97+2+84=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #610254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610254 is #9EFDAB. Grayscale: #272727. Windows color (decimal): -10419628 or 5505633. OLE color: 5505633.

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

Color convert

RGB97284-
CMYK00.980.130.62
HSL308.21º95.96%19.41%-
HSV(B)308.21º97.94%38.04%-
XYZ6.553.228.66-
YUV39.75152.97168.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.01%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 84 (33.20% from 255) = 45.90%
R=53.01%
G=1.09%
B=45.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9728400.980.130.62308.2195.9619.41
Hex61254062D3E1346013
Octal14121240142157646414023
Binary1100001101010100011000101101111110100110100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610254; }

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

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

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

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

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

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

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

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