Html Css Color HEX #63003D Tyrian Purple

📋 copy color: '#63003D'

red 99 ◦ green 0 ◦ blue 61

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

Shades of Tyrian Purple #63003D

Tints of Tyrian Purple #63003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 61 (24.22% from 255) = 38.13%

R = 61.88%
G = 0%
B = 38.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.61

RGB Variations

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

Color information

#63003D (or 0x63003D) is known color: Tyrian Purple. HEX triplet: 63, 00 and 3D. RGB value is (99,0,61). Sum of RGB (Red+Green+Blue) = 99+0+61=160 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.88% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 99 - color contains mainly: red. Hex color #63003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63003D is #9CFFC2. Grayscale: #242424. Windows color (decimal): -10289091 or 3997795. OLE color: 3997795.

HSL color Cylindrical-coordinate representation of color #63003D: hue angle of 323.03º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #63003D is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 0 61 -
CMYK 0 1 0.38 0.61
HSL 323.03º 1% 0.19% -
HSV(B) 323.03º 1% 0.39% -
XYZ 5.99 2.99 4.68 -
YUV 36.56 141.8 172.54 -
System Red Green Blue C M Y K H S L
Decimal 99 0 61 0 1 0.38 0.61 323.03 1 0.19
Hex 63 0 3D 0 64 26 3D 143 64 13
Octal 143 0 75 0 144 46 75 503 144 23
Binary 1100011 0 111101 0 1100100 100110 111101 101000011 1100100 10011

Color Harmonies of #63003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63003D

Black with #63003D

Text Example


Text Example

White with #63003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63003D; }

 p { color: rgb(99,0,61); }

 H1.HeaderClassName
 {
   color: #63003D;
 }
 .AnyTagClassName
 {
   color: #63003D;
 }
</style>

background-color css

<style>
 a { background-color: #63003D; }

 a { background-color: rgb(99,0,61); }

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

border-color css

<style>
 span { border-color: #63003D; }

 span { border-color: rgb(99,0,61); }

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