#610040

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

Shades of Tyrian Purple #610040

Tints of Tyrian Purple #610040

Color information

#610040 (or 0x610040) is unknown color: approx Tyrian Purple. HEX triplet: 61, 00 and 40. RGB value is (97,0,64). Sum of RGB (Red+Green+Blue) = 97+0+64=161 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.25% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 97 - color contains mainly: red. Hex color #610040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610040 is #9EFFBF. Grayscale: #242424. Windows color (decimal): -10420160 or 4194401. OLE color: 4194401.

HSL color Cylindrical-coordinate representation of color #610040: hue angle of 320.41º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610040 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB97064-
CMYK010.340.62
HSL320.41º100%19.02%-
HSV(B)320.41º100%38.04%-
XYZ5.862.915.1-
YUV36.3143.64171.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 60.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 64 (25.39% from 255) = 39.75%
R=60.25%
G=0%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97064010.340.62320.4110019.02
Hex61040064223E1406413
Octal14101000144427650014423
Binary11000010100000001100100100010111110101000000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610040; }

 p { color: rgb(97,0,64); }

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

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

 a { background-color: rgb(97,0,64); }

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

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

 span { border-color: rgb(97,0,64); }

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