#610048

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

Shades of Tyrian Purple #610048

Tints of Tyrian Purple #610048

Color information

#610048 (or 0x610048) is unknown color: approx Tyrian Purple. HEX triplet: 61, 00 and 48. RGB value is (97,0,72). Sum of RGB (Red+Green+Blue) = 97+0+72=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #610048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610048 is #9EFFB7. Grayscale: #252525. Windows color (decimal): -10420152 or 4718689. OLE color: 4718689.

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

Color convert

RGB97072-
CMYK010.260.62
HSL315.46º100%19.02%-
HSV(B)315.46º100%38.04%-
XYZ6.13.016.39-
YUV37.21147.64170.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 72 (28.52% from 255) = 42.60%
R=57.40%
G=0%
B=42.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97072010.260.62315.4610019.02
Hex610480641A3E13b6413
Octal14101100144327647314423
Binary1100001010010000110010011010111110100111011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610048; }

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

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

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

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

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

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

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

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