Html Css Color HEX #63013B Tyrian Purple

📋 copy color: '#63013B'

red 99 ◦ green 1 ◦ blue 59

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

Shades of Tyrian Purple #63013B

Tints of Tyrian Purple #63013B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.63%

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

R = 62.26%
G = 0.63%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.61

RGB Variations

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

Color information

#63013B (or 0x63013B) is known color: Tyrian Purple. HEX triplet: 63, 01 and 3B. RGB value is (99,1,59). Sum of RGB (Red+Green+Blue) = 99+1+59=159 (21% of max value = 765). Red value is 99 (39.06% from 255 or 62.26% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 99 - color contains mainly: red. Hex color #63013B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63013B is #9CFEC4. Grayscale: #242424. Windows color (decimal): -10288837 or 3866979. OLE color: 3866979.

HSL color Cylindrical-coordinate representation of color #63013B: hue angle of 324.49º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #63013B is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 1 59 -
CMYK 0 0.99 0.40 0.61
HSL 324.49º 0.98% 0.2% -
HSV(B) 324.49º 0.99% 0.39% -
XYZ 5.95 2.99 4.4 -
YUV 36.91 140.47 172.28 -
System Red Green Blue C M Y K H S L
Decimal 99 1 59 0 0.99 0.40 0.61 324.49 0.98 0.2
Hex 63 1 3B 0 63 28 3D 144 62 14
Octal 143 1 73 0 143 50 75 504 142 24
Binary 1100011 1 111011 0 1100011 101000 111101 101000100 1100010 10100

Color Harmonies of #63013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63013B

Black with #63013B

Text Example


Text Example

White with #63013B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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