#610326

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

Shades of Tyrian Purple #610326

Tints of Tyrian Purple #610326

Color information

#610326 (or 0x610326) is unknown color: approx Tyrian Purple. HEX triplet: 61, 03 and 26. RGB value is (97,3,38). Sum of RGB (Red+Green+Blue) = 97+3+38=138 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.29% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 97 - color contains mainly: red. Hex color #610326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610326 is #9EFCD9. Grayscale: #232323. Windows color (decimal): -10419418 or 2491233. OLE color: 2491233.

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

Color convert

RGB97338-
CMYK00.970.610.62
HSL337.66º94%19.61%-
HSV(B)337.66º96.91%38.04%-
XYZ5.312.752.08-
YUV35.1129.64172.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 70.29%
GREEN value IS 3 (1.56% from 255) = 2.17%
BLUE value IS 38 (15.23% from 255) = 27.54%
R=70.29%
G=2.17%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9733800.970.610.62337.669419.61
Hex613260613D3E1525e14
Octal1413460141757652213624
Binary11000011110011001100001111101111110101010010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610326; }

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

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

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

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

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

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

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

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