Html Css Color HEX #63004A Tyrian Purple

📋 copy color: '#63004A'

red 99 ◦ green 0 ◦ blue 74

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

Shades of Tyrian Purple #63004A

Tints of Tyrian Purple #63004A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 42.77%

R = 57.23%
G = 0%
B = 42.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#63004A (or 0x63004A) is known color: Tyrian Purple. HEX triplet: 63, 00 and 4A. RGB value is (99,0,74). Sum of RGB (Red+Green+Blue) = 99+0+74=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #63004A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63004A is #9CFFB5. Grayscale: #252525. Windows color (decimal): -10289078 or 4849763. OLE color: 4849763.

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

Color convert

RGB 99 0 74 -
CMYK 0 1 0.25 0.61
HSL 315.15º 1% 0.19% -
HSV(B) 315.15º 1% 0.39% -
XYZ 6.38 3.15 6.75 -
YUV 38.04 148.3 171.48 -
System Red Green Blue C M Y K H S L
Decimal 99 0 74 0 1 0.25 0.61 315.15 1 0.19
Hex 63 0 4A 0 64 19 3D 13B 64 13
Octal 143 0 112 0 144 31 75 473 144 23
Binary 1100011 0 1001010 0 1100100 11001 111101 100111011 1100100 10011

Color Harmonies of #63004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63004A

Black with #63004A

Text Example


Text Example

White with #63004A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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