Html Css Color HEX #630131 Tyrian Purple

📋 copy color: '#630131'

red 99 ◦ green 1 ◦ blue 49

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

Shades of Tyrian Purple #630131

Tints of Tyrian Purple #630131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

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

R = 66.44%
G = 0.67%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#630131 (or 0x630131) is known color: Tyrian Purple. HEX triplet: 63, 01 and 31. RGB value is (99,1,49). Sum of RGB (Red+Green+Blue) = 99+1+49=149 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.44% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 99 - color contains mainly: red. Hex color #630131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630131 is #9CFECE. Grayscale: #232323. Windows color (decimal): -10288847 or 3211619. OLE color: 3211619.

HSL color Cylindrical-coordinate representation of color #630131: hue angle of 330.61º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630131 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 1 49 -
CMYK 0 0.99 0.51 0.61
HSL 330.61º 0.98% 0.2% -
HSV(B) 330.61º 0.99% 0.39% -
XYZ 5.71 2.9 3.16 -
YUV 35.77 135.47 173.1 -
System Red Green Blue C M Y K H S L
Decimal 99 1 49 0 0.99 0.51 0.61 330.61 0.98 0.2
Hex 63 1 31 0 63 33 3D 14B 62 14
Octal 143 1 61 0 143 63 75 513 142 24
Binary 1100011 1 110001 0 1100011 110011 111101 101001011 1100010 10100

Color Harmonies of #630131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630131

Black with #630131

Text Example


Text Example

White with #630131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630131; }

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

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

background-color css

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

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

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

border-color css

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

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

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