#610255

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

Shades of Tyrian Purple #610255

Tints of Tyrian Purple #610255

Color information

#610255 (or 0x610255) is unknown color: approx Tyrian Purple. HEX triplet: 61, 02 and 55. RGB value is (97,2,85). Sum of RGB (Red+Green+Blue) = 97+2+85=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #610255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610255 is #9EFDAA. Grayscale: #272727. Windows color (decimal): -10419627 or 5571169. OLE color: 5571169.

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

Color convert

RGB97285-
CMYK00.980.120.62
HSL307.58º95.96%19.41%-
HSV(B)307.58º97.94%38.04%-
XYZ6.593.248.87-
YUV39.87153.47168.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.72%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 85 (33.59% from 255) = 46.20%
R=52.72%
G=1.09%
B=46.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9728500.980.120.62307.5895.9619.41
Hex61255062C3E1346013
Octal14121250142147646414023
Binary1100001101010101011000101100111110100110100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610255; }

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

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

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

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

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

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

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

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