Html Css Color HEX #630031 Tyrian Purple

📋 copy color: '#630031'

red 99 ◦ green 0 ◦ blue 49

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

Shades of Tyrian Purple #630031

Tints of Tyrian Purple #630031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.89%
G = 0%
B = 33.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#630031 (or 0x630031) is known color: Tyrian Purple. HEX triplet: 63, 00 and 31. RGB value is (99,0,49). Sum of RGB (Red+Green+Blue) = 99+0+49=148 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.89% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 99 - color contains mainly: red. Hex color #630031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630031 is #9CFFCE. Grayscale: #232323. Windows color (decimal): -10289103 or 3211363. OLE color: 3211363.

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

Color convert

RGB 99 0 49 -
CMYK 0 1 0.51 0.61
HSL 330.3º 1% 0.19% -
HSV(B) 330.3º 1% 0.39% -
XYZ 5.7 2.87 3.16 -
YUV 35.19 135.8 173.52 -
System Red Green Blue C M Y K H S L
Decimal 99 0 49 0 1 0.51 0.61 330.3 1 0.19
Hex 63 0 31 0 64 33 3D 14A 64 13
Octal 143 0 61 0 144 63 75 512 144 23
Binary 1100011 0 110001 0 1100100 110011 111101 101001010 1100100 10011

Color Harmonies of #630031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630031

Black with #630031

Text Example


Text Example

White with #630031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630031; }

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

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

background-color css

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

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

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

border-color css

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

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

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