#610055

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

Shades of Tyrian Purple #610055

Tints of Tyrian Purple #610055

Color information

#610055 (or 0x610055) is unknown color: approx Tyrian Purple. HEX triplet: 61, 00 and 55. RGB value is (97,0,85). Sum of RGB (Red+Green+Blue) = 97+0+85=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #610055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610055 is #9EFFAA. Grayscale: #262626. Windows color (decimal): -10420139 or 5570657. OLE color: 5570657.

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

Color convert

RGB97085-
CMYK010.120.62
HSL307.42º100%19.02%-
HSV(B)307.42º100%38.04%-
XYZ6.573.28.87-
YUV38.69154.14169.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 85 (33.59% from 255) = 46.70%
R=53.30%
G=0%
B=46.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97085010.120.62307.4210019.02
Hex61055064C3E1336413
Octal14101250144147646314423
Binary110000101010101011001001100111110100110011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610055; }

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

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

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

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

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

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

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

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