#610428

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

Shades of Tyrian Purple #610428

Tints of Tyrian Purple #610428

Color information

#610428 (or 0x610428) is unknown color: approx Tyrian Purple. HEX triplet: 61, 04 and 28. RGB value is (97,4,40). Sum of RGB (Red+Green+Blue) = 97+4+40=141 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.79% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 97 - color contains mainly: red. Hex color #610428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610428 is #9EFBD7. Grayscale: #232323. Windows color (decimal): -10419160 or 2622561. OLE color: 2622561.

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

Color convert

RGB97440-
CMYK00.960.590.62
HSL336.77º92.08%19.8%-
HSV(B)336.77º95.88%38.04%-
XYZ5.362.782.26-
YUV35.91130.31171.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 68.79%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 40 (16.02% from 255) = 28.37%
R=68.79%
G=2.84%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9744000.960.590.62336.7792.0819.8
Hex614280603B3E1515c14
Octal1414500140737652113424
Binary110000110010100001100000111011111110101010001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610428; }

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

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

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

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

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

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

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

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