#610B41

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

Shades of Tyrian Purple #610B41

Tints of Tyrian Purple #610B41

Color information

#610B41 (or 0x610B41) is unknown color: approx Tyrian Purple. HEX triplet: 61, 0B and 41. RGB value is (97,11,65). Sum of RGB (Red+Green+Blue) = 97+11+65=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 11 (4.69% from 255 or 6.36% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #610B41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610B41 is #9EF4BE. Grayscale: #2A2A2A. Windows color (decimal): -10417343 or 4262753. OLE color: 4262753.

HSL color Cylindrical-coordinate representation of color #610B41: hue angle of 322.33º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #610B41 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB971165-
CMYK00.890.330.62
HSL322.33º79.63%21.18%-
HSV(B)322.33º88.66%38.04%-
XYZ63.165.3-
YUV42.87140.49166.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.07%
GREEN value IS 11 (4.69% from 255) = 6.36%
BLUE value IS 65 (25.78% from 255) = 37.57%
R=56.07%
G=6.36%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97116500.890.330.62322.3379.6321.18
Hex61B41059213E1425015
Octal141131010131417650212025
Binary11000011011100000101011001100001111110101000010101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610B41; }

 p { color: rgb(97,11,65); }

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

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

 a { background-color: rgb(97,11,65); }

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

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

 span { border-color: rgb(97,11,65); }

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