#610748

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

Shades of Tyrian Purple #610748

Tints of Tyrian Purple #610748

Color information

#610748 (or 0x610748) is unknown color: approx Tyrian Purple. HEX triplet: 61, 07 and 48. RGB value is (97,7,72). Sum of RGB (Red+Green+Blue) = 97+7+72=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #610748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610748 is #9EF8B7. Grayscale: #292929. Windows color (decimal): -10418360 or 4720481. OLE color: 4720481.

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

Color convert

RGB97772-
CMYK00.930.260.62
HSL316.67º86.54%20.39%-
HSV(B)316.67º92.78%38.04%-
XYZ6.183.166.42-
YUV41.32145.32167.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.11%
GREEN value IS 7 (3.12% from 255) = 3.98%
BLUE value IS 72 (28.52% from 255) = 40.91%
R=55.11%
G=3.98%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9777200.930.260.62316.6786.5420.39
Hex6174805D1A3E13d5714
Octal14171100135327647512724
Binary110000111110010000101110111010111110100111101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610748; }

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

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

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

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

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

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

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

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