#610542

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

Shades of Tyrian Purple #610542

Tints of Tyrian Purple #610542

Color information

#610542 (or 0x610542) is unknown color: approx Tyrian Purple. HEX triplet: 61, 05 and 42. RGB value is (97,5,66). Sum of RGB (Red+Green+Blue) = 97+5+66=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #610542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610542 is #9EFABD. Grayscale: #272727. Windows color (decimal): -10418878 or 4326753. OLE color: 4326753.

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

Color convert

RGB97566-
CMYK00.950.320.62
HSL320.22º90.2%20%-
HSV(B)320.22º94.85%38.04%-
XYZ5.973.045.43-
YUV39.46142.98169.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.74%
GREEN value IS 5 (2.34% from 255) = 2.98%
BLUE value IS 66 (26.17% from 255) = 39.29%
R=57.74%
G=2.98%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9756600.950.320.62320.2290.220
Hex6154205F203E1405a14
Octal14151020137407650013224
Binary1100001101100001001011111100000111110101000000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610542; }

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

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

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

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

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

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

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

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