#610450

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

Shades of Tyrian Purple #610450

Tints of Tyrian Purple #610450

Color information

#610450 (or 0x610450) is unknown color: approx Tyrian Purple. HEX triplet: 61, 04 and 50. RGB value is (97,4,80). Sum of RGB (Red+Green+Blue) = 97+4+80=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #610450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610450 is #9EFBAF. Grayscale: #282828. Windows color (decimal): -10419120 or 5244001. OLE color: 5244001.

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

Color convert

RGB97480-
CMYK00.960.180.62
HSL310.97º92.08%19.8%-
HSV(B)310.97º95.88%38.04%-
XYZ6.423.217.87-
YUV40.47150.31168.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.59%
GREEN value IS 4 (1.95% from 255) = 2.21%
BLUE value IS 80 (31.64% from 255) = 44.20%
R=53.59%
G=2.21%
B=44.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9748000.960.180.62310.9792.0819.8
Hex61450060123E1375c14
Octal14141200140227646713424
Binary110000110010100000110000010010111110100110111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610450; }

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

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

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

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

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

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

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

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