Html Css Color HEX #630E49 Tyrian Purple

📋 copy color: '#630E49'

red 99 ◦ green 14 ◦ blue 73

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

Shades of Tyrian Purple #630E49

Tints of Tyrian Purple #630E49

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.53%

 BLUE value IS 73 (28.91% from 255) = 39.25%

R = 53.23%
G = 7.53%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#630E49 (or 0x630E49) is known color: Tyrian Purple. HEX triplet: 63, 0E and 49. RGB value is (99,14,73). Sum of RGB (Red+Green+Blue) = 99+14+73=186 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.23% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 99 - color contains mainly: red. Hex color #630E49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630E49 is #9CF1B6. Grayscale: #2D2D2D. Windows color (decimal): -10285495 or 4787811. OLE color: 4787811.

HSL color Cylindrical-coordinate representation of color #630E49: hue angle of 318.35º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #630E49 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 14 73 -
CMYK 0 0.86 0.26 0.61
HSL 318.35º 0.75% 0.22% -
HSV(B) 318.35º 0.86% 0.39% -
XYZ 6.51 3.45 6.63 -
YUV 46.14 143.16 165.7 -
System Red Green Blue C M Y K H S L
Decimal 99 14 73 0 0.86 0.26 0.61 318.35 0.75 0.22
Hex 63 E 49 0 56 1A 3D 13E 4B 16
Octal 143 16 111 0 126 32 75 476 113 26
Binary 1100011 1110 1001001 0 1010110 11010 111101 100111110 1001011 10110

Color Harmonies of #630E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630E49

Black with #630E49

Text Example


Text Example

White with #630E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630E49; }

 p { color: rgb(99,14,73); }

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

background-color css

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

 a { background-color: rgb(99,14,73); }

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

border-color css

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

 span { border-color: rgb(99,14,73); }

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