#610540

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

Shades of Tyrian Purple #610540

Tints of Tyrian Purple #610540

Color information

#610540 (or 0x610540) is unknown color: approx Tyrian Purple. HEX triplet: 61, 05 and 40. RGB value is (97,5,64). Sum of RGB (Red+Green+Blue) = 97+5+64=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #610540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610540 is #9EFABF. Grayscale: #272727. Windows color (decimal): -10418880 or 4195681. OLE color: 4195681.

HSL color Cylindrical-coordinate representation of color #610540: hue angle of 321.52º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610540 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB97564-
CMYK00.950.340.62
HSL321.52º90.2%20%-
HSV(B)321.52º94.85%38.04%-
XYZ5.913.025.12-
YUV39.23141.98169.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.43%
GREEN value IS 5 (2.34% from 255) = 3.01%
BLUE value IS 64 (25.39% from 255) = 38.55%
R=58.43%
G=3.01%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9756400.950.340.62321.5290.220
Hex6154005F223E1425a14
Octal14151000137427650213224
Binary1100001101100000001011111100010111110101000010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610540; }

 p { color: rgb(97,5,64); }

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

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

 a { background-color: rgb(97,5,64); }

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

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

 span { border-color: rgb(97,5,64); }

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