#610948

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

Shades of Tyrian Purple #610948

Tints of Tyrian Purple #610948

Color information

#610948 (or 0x610948) is unknown color: approx Tyrian Purple. HEX triplet: 61, 09 and 48. RGB value is (97,9,72). Sum of RGB (Red+Green+Blue) = 97+9+72=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #610948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610948 is #9EF6B7. Grayscale: #2A2A2A. Windows color (decimal): -10417848 or 4720993. OLE color: 4720993.

HSL color Cylindrical-coordinate representation of color #610948: hue angle of 317.05º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610948 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB97972-
CMYK00.910.260.62
HSL317.05º83.02%20.78%-
HSV(B)317.05º90.72%38.04%-
XYZ6.23.26.42-
YUV42.49144.65166.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.49%
GREEN value IS 9 (3.91% from 255) = 5.06%
BLUE value IS 72 (28.52% from 255) = 40.45%
R=54.49%
G=5.06%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9797200.910.260.62317.0583.0220.78
Hex6194805B1A3E13d5315
Octal141111100133327647512325
Binary1100001100110010000101101111010111110100111101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610948; }

 p { color: rgb(97,9,72); }

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

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

 a { background-color: rgb(97,9,72); }

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

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

 span { border-color: rgb(97,9,72); }

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