#631148

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

Shades of Tyrian Purple #631148

Tints of Tyrian Purple #631148

Color information

#631148 (or 0x631148) is unknown color: approx Tyrian Purple. HEX triplet: 63, 11 and 48. RGB value is (99,17,72). Sum of RGB (Red+Green+Blue) = 99+17+72=188 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.66% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 99 - color contains mainly: red. Hex color #631148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631148 is #9CEEB7. Grayscale: #2F2F2F. Windows color (decimal): -10284728 or 4723043. OLE color: 4723043.

HSL color Cylindrical-coordinate representation of color #631148: hue angle of 319.76º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #631148 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB991772-
CMYK00.830.270.61
HSL319.76º70.69%22.75%-
HSV(B)319.76º82.83%38.82%-
XYZ6.523.526.47-
YUV47.79141.67164.53-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.66%
GREEN value IS 17 (7.03% from 255) = 9.04%
BLUE value IS 72 (28.52% from 255) = 38.30%
R=52.66%
G=9.04%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99177200.830.270.61319.7670.6922.75
Hex6311480531B3D1404717
Octal143211100123337550010727
Binary11000111000110010000101001111011111101101000000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631148; }

 p { color: rgb(99,17,72); }

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

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

 a { background-color: rgb(99,17,72); }

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

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

 span { border-color: rgb(99,17,72); }

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