#610443

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

Shades of Tyrian Purple #610443

Tints of Tyrian Purple #610443

Color information

#610443 (or 0x610443) is unknown color: approx Tyrian Purple. HEX triplet: 61, 04 and 43. RGB value is (97,4,67). Sum of RGB (Red+Green+Blue) = 97+4+67=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 67 (26.56% from 255 or 39.88% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #610443 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610443 is #9EFBBC. Grayscale: #262626. Windows color (decimal): -10419133 or 4392033. OLE color: 4392033.

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

Color convert

RGB97467-
CMYK00.960.310.62
HSL319.35º92.08%19.8%-
HSV(B)319.35º95.88%38.04%-
XYZ5.993.035.58-
YUV38.99143.81169.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.74%
GREEN value IS 4 (1.95% from 255) = 2.38%
BLUE value IS 67 (26.56% from 255) = 39.88%
R=57.74%
G=2.38%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9746700.960.310.62319.3592.0819.8
Hex614430601F3E13f5c14
Octal14141030140377647713424
Binary110000110010000110110000011111111110100111111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610443; }

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

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

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

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

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

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

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

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