Html Css Color HEX #630F49 Tyrian Purple

📋 copy color: '#630F49'

red 99 ◦ green 15 ◦ blue 73

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

Shades of Tyrian Purple #630F49

Tints of Tyrian Purple #630F49

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.02%

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

R = 52.94%
G = 8.02%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#630F49 (or 0x630F49) is known color: Tyrian Purple. HEX triplet: 63, 0F and 49. RGB value is (99,15,73). Sum of RGB (Red+Green+Blue) = 99+15+73=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #630F49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630F49 is #9CF0B6. Grayscale: #2E2E2E. Windows color (decimal): -10285239 or 4788067. OLE color: 4788067.

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

Color convert

RGB 99 15 73 -
CMYK 0 0.85 0.26 0.61
HSL 318.57º 0.74% 0.22% -
HSV(B) 318.57º 0.85% 0.39% -
XYZ 6.52 3.48 6.63 -
YUV 46.73 142.83 165.28 -
System Red Green Blue C M Y K H S L
Decimal 99 15 73 0 0.85 0.26 0.61 318.57 0.74 0.22
Hex 63 F 49 0 55 1A 3D 13F 4A 16
Octal 143 17 111 0 125 32 75 477 112 26
Binary 1100011 1111 1001001 0 1010101 11010 111101 100111111 1001010 10110

Color Harmonies of #630F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630F49

Black with #630F49

Text Example


Text Example

White with #630F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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