#610454

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

Shades of Tyrian Purple #610454

Tints of Tyrian Purple #610454

Color information

#610454 (or 0x610454) is unknown color: approx Tyrian Purple. HEX triplet: 61, 04 and 54. RGB value is (97,4,84). Sum of RGB (Red+Green+Blue) = 97+4+84=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #610454 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610454 is #9EFBAB. Grayscale: #282828. Windows color (decimal): -10419116 or 5506145. OLE color: 5506145.

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

Color convert

RGB97484-
CMYK00.960.130.62
HSL308.39º92.08%19.8%-
HSV(B)308.39º95.88%38.04%-
XYZ6.573.278.67-
YUV40.93152.31168-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.43%
GREEN value IS 4 (1.95% from 255) = 2.16%
BLUE value IS 84 (33.20% from 255) = 45.41%
R=52.43%
G=2.16%
B=45.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9748400.960.130.62308.3992.0819.8
Hex61454060D3E1345c14
Octal14141240140157646413424
Binary11000011001010100011000001101111110100110100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610454; }

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

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

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

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

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

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

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

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