Html Css Color HEX #631046 Tyrian Purple

📋 copy color: '#631046'

red 99 ◦ green 16 ◦ blue 70

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

Shades of Tyrian Purple #631046

Tints of Tyrian Purple #631046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 37.84%

R = 53.51%
G = 8.65%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#631046 (or 0x631046) is known color: Tyrian Purple. HEX triplet: 63, 10 and 46. RGB value is (99,16,70). Sum of RGB (Red+Green+Blue) = 99+16+70=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #631046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631046 is #9CEFB9. Grayscale: #2E2E2E. Windows color (decimal): -10284986 or 4591715. OLE color: 4591715.

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

Color convert

RGB 99 16 70 -
CMYK 0 0.84 0.29 0.61
HSL 320.96º 0.72% 0.23% -
HSV(B) 320.96º 0.84% 0.39% -
XYZ 6.44 3.47 6.12 -
YUV 46.97 141 165.11 -
System Red Green Blue C M Y K H S L
Decimal 99 16 70 0 0.84 0.29 0.61 320.96 0.72 0.23
Hex 63 10 46 0 54 1D 3D 141 48 17
Octal 143 20 106 0 124 35 75 501 110 27
Binary 1100011 10000 1000110 0 1010100 11101 111101 101000001 1001000 10111

Color Harmonies of #631046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631046

Black with #631046

Text Example


Text Example

White with #631046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631046; }

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

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

background-color css

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

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

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

border-color css

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

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

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