Html Css Color HEX #631050 Tyrian Purple

📋 copy color: '#631050'

red 99 ◦ green 16 ◦ blue 80

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

Shades of Tyrian Purple #631050

Tints of Tyrian Purple #631050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 41.03%

R = 50.77%
G = 8.21%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#631050 (or 0x631050) is known color: Tyrian Purple. HEX triplet: 63, 10 and 50. RGB value is (99,16,80). Sum of RGB (Red+Green+Blue) = 99+16+80=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #631050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631050 is #9CEFAF. Grayscale: #2F2F2F. Windows color (decimal): -10284976 or 5247075. OLE color: 5247075.

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

Color convert

RGB 99 16 80 -
CMYK 0 0.84 0.19 0.61
HSL 313.73º 0.72% 0.23% -
HSV(B) 313.73º 0.84% 0.39% -
XYZ 6.78 3.6 7.93 -
YUV 48.11 146 164.3 -
System Red Green Blue C M Y K H S L
Decimal 99 16 80 0 0.84 0.19 0.61 313.73 0.72 0.23
Hex 63 10 50 0 54 13 3D 13A 48 17
Octal 143 20 120 0 124 23 75 472 110 27
Binary 1100011 10000 1010000 0 1010100 10011 111101 100111010 1001000 10111

Color Harmonies of #631050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631050

Black with #631050

Text Example


Text Example

White with #631050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631050; }

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

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

background-color css

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

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

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

border-color css

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

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

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