#610329

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

Shades of Tyrian Purple #610329

Tints of Tyrian Purple #610329

Color information

#610329 (or 0x610329) is unknown color: approx Tyrian Purple. HEX triplet: 61, 03 and 29. RGB value is (97,3,41). Sum of RGB (Red+Green+Blue) = 97+3+41=141 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.79% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 97 - color contains mainly: red. Hex color #610329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610329 is #9EFCD6. Grayscale: #232323. Windows color (decimal): -10419415 or 2687841. OLE color: 2687841.

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

Color convert

RGB97341-
CMYK00.970.580.62
HSL335.74º94%19.61%-
HSV(B)335.74º96.91%38.04%-
XYZ5.362.772.35-
YUV35.44131.14171.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 68.79%
GREEN value IS 3 (1.56% from 255) = 2.13%
BLUE value IS 41 (16.41% from 255) = 29.08%
R=68.79%
G=2.13%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9734100.970.580.62335.749419.61
Hex613290613A3E1505e14
Octal1413510141727652013624
Binary11000011110100101100001111010111110101010000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610329; }

 p { color: rgb(97,3,41); }

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

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

 a { background-color: rgb(97,3,41); }

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

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

 span { border-color: rgb(97,3,41); }

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