Html Css Color HEX #63103B Tyrian Purple

📋 copy color: '#63103B'

red 99 ◦ green 16 ◦ blue 59

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

Shades of Tyrian Purple #63103B

Tints of Tyrian Purple #63103B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 33.91%

R = 56.9%
G = 9.2%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.61

RGB Variations

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

Color information

#63103B (or 0x63103B) is known color: Tyrian Purple. HEX triplet: 63, 10 and 3B. RGB value is (99,16,59). Sum of RGB (Red+Green+Blue) = 99+16+59=174 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.90% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 99 - color contains mainly: red. Hex color #63103B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63103B is #9CEFC4. Grayscale: #2D2D2D. Windows color (decimal): -10284997 or 3870819. OLE color: 3870819.

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

Color convert

RGB 99 16 59 -
CMYK 0 0.84 0.40 0.61
HSL 328.92º 0.72% 0.23% -
HSV(B) 328.92º 0.84% 0.39% -
XYZ 6.12 3.34 4.46 -
YUV 45.72 135.5 166 -
System Red Green Blue C M Y K H S L
Decimal 99 16 59 0 0.84 0.40 0.61 328.92 0.72 0.23
Hex 63 10 3B 0 54 28 3D 149 48 17
Octal 143 20 73 0 124 50 75 511 110 27
Binary 1100011 10000 111011 0 1010100 101000 111101 101001001 1001000 10111

Color Harmonies of #63103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63103B

Black with #63103B

Text Example


Text Example

White with #63103B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63103B; }

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

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

background-color css

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

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

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

border-color css

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

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

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