#610054

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

Shades of Tyrian Purple #610054

Tints of Tyrian Purple #610054

Color information

#610054 (or 0x610054) is unknown color: approx Tyrian Purple. HEX triplet: 61, 00 and 54. RGB value is (97,0,84). Sum of RGB (Red+Green+Blue) = 97+0+84=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 84 (33.20% from 255 or 46.41% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #610054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610054 is #9EFFAB. Grayscale: #262626. Windows color (decimal): -10420140 or 5505121. OLE color: 5505121.

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

Color convert

RGB97084-
CMYK010.130.62
HSL308.04º100%19.02%-
HSV(B)308.04º100%38.04%-
XYZ6.533.188.66-
YUV38.58153.64169.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 84 (33.20% from 255) = 46.41%
R=53.59%
G=0%
B=46.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97084010.130.62308.0410019.02
Hex61054064D3E1346413
Octal14101240144157646414423
Binary110000101010100011001001101111110100110100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610054; }

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

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

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

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

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

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

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

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