Html Css Color HEX #631137 Tyrian Purple

📋 copy color: '#631137'

red 99 ◦ green 17 ◦ blue 55

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

Shades of Tyrian Purple #631137

Tints of Tyrian Purple #631137

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.94%

 BLUE value IS 55 (21.88% from 255) = 32.16%

R = 57.89%
G = 9.94%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.61

RGB Variations

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

Color information

#631137 (or 0x631137) is known color: Tyrian Purple. HEX triplet: 63, 11 and 37. RGB value is (99,17,55). Sum of RGB (Red+Green+Blue) = 99+17+55=171 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.89% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 55 (21.88% from 255 or 32.16% from 171); Max value from RGB is 99 - color contains mainly: red. Hex color #631137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631137 is #9CEEC8. Grayscale: #2D2D2D. Windows color (decimal): -10284745 or 3608931. OLE color: 3608931.

HSL color Cylindrical-coordinate representation of color #631137: hue angle of 332.2º 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 #631137 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 17 55 -
CMYK 0 0.83 0.44 0.61
HSL 332.2º 0.71% 0.23% -
HSV(B) 332.2º 0.83% 0.39% -
XYZ 6.04 3.33 3.94 -
YUV 45.85 133.17 165.91 -
System Red Green Blue C M Y K H S L
Decimal 99 17 55 0 0.83 0.44 0.61 332.2 0.71 0.23
Hex 63 11 37 0 53 2C 3D 14C 47 17
Octal 143 21 67 0 123 54 75 514 107 27
Binary 1100011 10001 110111 0 1010011 101100 111101 101001100 1000111 10111

Color Harmonies of #631137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631137

Black with #631137

Text Example


Text Example

White with #631137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631137; }

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

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

background-color css

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

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

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

border-color css

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

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

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