Html Css Color HEX #631047 Tyrian Purple

📋 copy color: '#631047'

red 99 ◦ green 16 ◦ blue 71

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

Shades of Tyrian Purple #631047

Tints of Tyrian Purple #631047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 38.17%

R = 53.23%
G = 8.6%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.61

RGB Variations

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

Color information

#631047 (or 0x631047) is known color: Tyrian Purple. HEX triplet: 63, 10 and 47. RGB value is (99,16,71). Sum of RGB (Red+Green+Blue) = 99+16+71=186 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.23% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 71 (28.12% from 255 or 38.17% from 186); Max value from RGB is 99 - color contains mainly: red. Hex color #631047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631047 is #9CEFB8. Grayscale: #2E2E2E. Windows color (decimal): -10284985 or 4657251. OLE color: 4657251.

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

Color convert

RGB 99 16 71 -
CMYK 0 0.84 0.28 0.61
HSL 320.24º 0.72% 0.23% -
HSV(B) 320.24º 0.84% 0.39% -
XYZ 6.47 3.48 6.29 -
YUV 47.09 141.5 165.03 -
System Red Green Blue C M Y K H S L
Decimal 99 16 71 0 0.84 0.28 0.61 320.24 0.72 0.23
Hex 63 10 47 0 54 1C 3D 140 48 17
Octal 143 20 107 0 124 34 75 500 110 27
Binary 1100011 10000 1000111 0 1010100 11100 111101 101000000 1001000 10111

Color Harmonies of #631047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631047

Black with #631047

Text Example


Text Example

White with #631047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631047; }

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

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

background-color css

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

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

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

border-color css

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

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

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