Html Css Color HEX #631049 Tyrian Purple

📋 copy color: '#631049'

red 99 ◦ green 16 ◦ blue 73

#631049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #631049

Tints of Tyrian Purple #631049

RGB

 RED value IS 99 (39.06% from 255) = 52.66%

 GREEN value IS 16 (6.64% from 255) = 8.51%

 BLUE value IS 73 (28.91% from 255) = 38.83%

R = 52.66%
G = 8.51%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#631049 (or 0x631049) is known color: Tyrian Purple. HEX triplet: 63, 10 and 49. RGB value is (99,16,73). Sum of RGB (Red+Green+Blue) = 99+16+73=188 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.66% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 99 - color contains mainly: red. Hex color #631049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631049 is #9CEFB6. Grayscale: #2F2F2F. Windows color (decimal): -10284983 or 4788323. OLE color: 4788323.

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

Color convert

RGB 99 16 73 -
CMYK 0 0.84 0.26 0.61
HSL 318.8º 0.72% 0.23% -
HSV(B) 318.8º 0.84% 0.39% -
XYZ 6.53 3.5 6.64 -
YUV 47.32 142.5 164.87 -
System Red Green Blue C M Y K H S L
Decimal 99 16 73 0 0.84 0.26 0.61 318.8 0.72 0.23
Hex 63 10 49 0 54 1A 3D 13F 48 17
Octal 143 20 111 0 124 32 75 477 110 27
Binary 1100011 10000 1001001 0 1010100 11010 111101 100111111 1001000 10111

Color Harmonies of #631049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631049

Black with #631049

Text Example


Text Example

White with #631049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631049; }

 p { color: rgb(99,16,73); }

 H1.HeaderClassName
 {
   color: #631049;
 }
 .AnyTagClassName
 {
   color: #631049;
 }
</style>

background-color css

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

 a { background-color: rgb(99,16,73); }

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

border-color css

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

 span { border-color: rgb(99,16,73); }

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