Html Css Color HEX #631032 Tyrian Purple

📋 copy color: '#631032'

red 99 ◦ green 16 ◦ blue 50

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

Shades of Tyrian Purple #631032

Tints of Tyrian Purple #631032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 30.3%

R = 60%
G = 9.7%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#631032 (or 0x631032) is known color: Tyrian Purple. HEX triplet: 63, 10 and 32. RGB value is (99,16,50). Sum of RGB (Red+Green+Blue) = 99+16+50=165 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 99 - color contains mainly: red. Hex color #631032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631032 is #9CEFCD. Grayscale: #2C2C2C. Windows color (decimal): -10285006 or 3280995. OLE color: 3280995.

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

Color convert

RGB 99 16 50 -
CMYK 0 0.84 0.49 0.61
HSL 335.42º 0.72% 0.23% -
HSV(B) 335.42º 0.84% 0.39% -
XYZ 5.91 3.25 3.33 -
YUV 44.69 131 166.74 -
System Red Green Blue C M Y K H S L
Decimal 99 16 50 0 0.84 0.49 0.61 335.42 0.72 0.23
Hex 63 10 32 0 54 31 3D 14F 48 17
Octal 143 20 62 0 124 61 75 517 110 27
Binary 1100011 10000 110010 0 1010100 110001 111101 101001111 1001000 10111

Color Harmonies of #631032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631032

Black with #631032

Text Example


Text Example

White with #631032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631032; }

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

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

background-color css

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

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

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

border-color css

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

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

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