Html Css Color HEX #631031 Tyrian Purple

📋 copy color: '#631031'

red 99 ◦ green 16 ◦ blue 49

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

Shades of Tyrian Purple #631031

Tints of Tyrian Purple #631031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 29.88%

R = 60.37%
G = 9.76%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#631031 (or 0x631031) is known color: Tyrian Purple. HEX triplet: 63, 10 and 31. RGB value is (99,16,49). Sum of RGB (Red+Green+Blue) = 99+16+49=164 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.37% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 99 - color contains mainly: red. Hex color #631031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631031 is #9CEFCE. Grayscale: #2C2C2C. Windows color (decimal): -10285007 or 3215459. OLE color: 3215459.

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

Color convert

RGB 99 16 49 -
CMYK 0 0.84 0.51 0.61
HSL 336.14º 0.72% 0.23% -
HSV(B) 336.14º 0.84% 0.39% -
XYZ 5.89 3.24 3.22 -
YUV 44.58 130.5 166.82 -
System Red Green Blue C M Y K H S L
Decimal 99 16 49 0 0.84 0.51 0.61 336.14 0.72 0.23
Hex 63 10 31 0 54 33 3D 150 48 17
Octal 143 20 61 0 124 63 75 520 110 27
Binary 1100011 10000 110001 0 1010100 110011 111101 101010000 1001000 10111

Color Harmonies of #631031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631031

Black with #631031

Text Example


Text Example

White with #631031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631031; }

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

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

background-color css

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

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

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

border-color css

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

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

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