#610C41

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

Shades of Tyrian Purple #610C41

Tints of Tyrian Purple #610C41

Color information

#610C41 (or 0x610C41) is unknown color: approx Tyrian Purple. HEX triplet: 61, 0C and 41. RGB value is (97,12,65). Sum of RGB (Red+Green+Blue) = 97+12+65=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #610C41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610C41 is #9EF3BE. Grayscale: #2B2B2B. Windows color (decimal): -10417087 or 4263009. OLE color: 4263009.

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

Color convert

RGB971265-
CMYK00.880.330.62
HSL322.59º77.98%21.37%-
HSV(B)322.59º87.63%38.04%-
XYZ6.023.195.3-
YUV43.46140.16166.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.75%
GREEN value IS 12 (5.08% from 255) = 6.90%
BLUE value IS 65 (25.78% from 255) = 37.36%
R=55.75%
G=6.90%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97126500.880.330.62322.5977.9821.37
Hex61C41058213E1434e15
Octal141141010130417650311625
Binary11000011100100000101011000100001111110101000011100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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