#610728

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

Shades of Tyrian Purple #610728

Tints of Tyrian Purple #610728

Color information

#610728 (or 0x610728) is unknown color: approx Tyrian Purple. HEX triplet: 61, 07 and 28. RGB value is (97,7,40). Sum of RGB (Red+Green+Blue) = 97+7+40=144 (19% of max value = 765). Red value is 97 (38.28% from 255 or 67.36% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 97 - color contains mainly: red. Hex color #610728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610728 is #9EF8D7. Grayscale: #252525. Windows color (decimal): -10418392 or 2623329. OLE color: 2623329.

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

Color convert

RGB97740-
CMYK00.930.590.62
HSL338º86.54%20.39%-
HSV(B)338º92.78%38.04%-
XYZ5.392.852.27-
YUV37.67129.32170.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 67.36%
GREEN value IS 7 (3.12% from 255) = 4.86%
BLUE value IS 40 (16.02% from 255) = 27.78%
R=67.36%
G=4.86%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9774000.930.590.6233886.5420.39
Hex6172805D3B3E1525714
Octal1417500135737652212724
Binary110000111110100001011101111011111110101010010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610728; }

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

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

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

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

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

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

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

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