Html Css Color HEX #630D4F Tyrian Purple

📋 copy color: '#630D4F'

red 99 ◦ green 13 ◦ blue 79

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

Shades of Tyrian Purple #630D4F

Tints of Tyrian Purple #630D4F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.81%

 BLUE value IS 79 (31.25% from 255) = 41.36%

R = 51.83%
G = 6.81%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.61

RGB Variations

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

Color information

#630D4F (or 0x630D4F) is known color: Tyrian Purple. HEX triplet: 63, 0D and 4F. RGB value is (99,13,79). Sum of RGB (Red+Green+Blue) = 99+13+79=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #630D4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630D4F is #9CF2B0. Grayscale: #2E2E2E. Windows color (decimal): -10285745 or 5180771. OLE color: 5180771.

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

Color convert

RGB 99 13 79 -
CMYK 0 0.87 0.20 0.61
HSL 313.95º 0.77% 0.22% -
HSV(B) 313.95º 0.87% 0.39% -
XYZ 6.7 3.51 7.72 -
YUV 46.24 146.49 165.63 -
System Red Green Blue C M Y K H S L
Decimal 99 13 79 0 0.87 0.20 0.61 313.95 0.77 0.22
Hex 63 D 4F 0 57 14 3D 13A 4D 16
Octal 143 15 117 0 127 24 75 472 115 26
Binary 1100011 1101 1001111 0 1010111 10100 111101 100111010 1001101 10110

Color Harmonies of #630D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630D4F

Black with #630D4F

Text Example


Text Example

White with #630D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,13,79); }

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

background-color css

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

 a { background-color: rgb(99,13,79); }

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

border-color css

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

 span { border-color: rgb(99,13,79); }

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