#610158

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

Shades of Tyrian Purple #610158

Tints of Tyrian Purple #610158

Color information

#610158 (or 0x610158) is unknown color: approx Tyrian Purple. HEX triplet: 61, 01 and 58. RGB value is (97,1,88). Sum of RGB (Red+Green+Blue) = 97+1+88=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #610158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610158 is #9EFEA7. Grayscale: #272727. Windows color (decimal): -10419880 or 5767521. OLE color: 5767521.

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

Color convert

RGB97188-
CMYK00.990.090.62
HSL305.62º97.96%19.22%-
HSV(B)305.62º98.97%38.04%-
XYZ6.73.279.51-
YUV39.62155.3168.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.15%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 88 (34.77% from 255) = 47.31%
R=52.15%
G=0.54%
B=47.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9718800.990.090.62305.6297.9619.22
Hex6115806393E1326213
Octal14111300143117646214223
Binary110000111011000011000111001111110100110010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610158; }

 p { color: rgb(97,1,88); }

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

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

 a { background-color: rgb(97,1,88); }

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

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

 span { border-color: rgb(97,1,88); }

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