#610426

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

Shades of Tyrian Purple #610426

Tints of Tyrian Purple #610426

Color information

#610426 (or 0x610426) is unknown color: approx Tyrian Purple. HEX triplet: 61, 04 and 26. RGB value is (97,4,38). Sum of RGB (Red+Green+Blue) = 97+4+38=139 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.78% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 97 - color contains mainly: red. Hex color #610426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610426 is #9EFBD9. Grayscale: #232323. Windows color (decimal): -10419162 or 2491489. OLE color: 2491489.

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

Color convert

RGB97438-
CMYK00.960.610.62
HSL338.06º92.08%19.8%-
HSV(B)338.06º95.88%38.04%-
XYZ5.322.772.09-
YUV35.68129.31171.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 69.78%
GREEN value IS 4 (1.95% from 255) = 2.88%
BLUE value IS 38 (15.23% from 255) = 27.34%
R=69.78%
G=2.88%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9743800.960.610.62338.0692.0819.8
Hex614260603D3E1525c14
Octal1414460140757652213424
Binary110000110010011001100000111101111110101010010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610426; }

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

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

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

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

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

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

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

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