Html Css Color HEX #63003A Tyrian Purple

📋 copy color: '#63003A'

red 99 ◦ green 0 ◦ blue 58

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

Shades of Tyrian Purple #63003A

Tints of Tyrian Purple #63003A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 36.94%

R = 63.06%
G = 0%
B = 36.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.61

RGB Variations

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

Color information

#63003A (or 0x63003A) is known color: Tyrian Purple. HEX triplet: 63, 00 and 3A. RGB value is (99,0,58). Sum of RGB (Red+Green+Blue) = 99+0+58=157 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.06% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 99 - color contains mainly: red. Hex color #63003A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63003A is #9CFFC5. Grayscale: #242424. Windows color (decimal): -10289094 or 3801187. OLE color: 3801187.

HSL color Cylindrical-coordinate representation of color #63003A: hue angle of 324.85º 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 #63003A is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 0 58 -
CMYK 0 1 0.41 0.61
HSL 324.85º 1% 0.19% -
HSV(B) 324.85º 1% 0.39% -
XYZ 5.91 2.96 4.26 -
YUV 36.21 140.3 172.78 -
System Red Green Blue C M Y K H S L
Decimal 99 0 58 0 1 0.41 0.61 324.85 1 0.19
Hex 63 0 3A 0 64 29 3D 145 64 13
Octal 143 0 72 0 144 51 75 505 144 23
Binary 1100011 0 111010 0 1100100 101001 111101 101000101 1100100 10011

Color Harmonies of #63003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63003A

Black with #63003A

Text Example


Text Example

White with #63003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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