Html Css Color HEX #63014A Tyrian Purple

📋 copy color: '#63014A'

red 99 ◦ green 1 ◦ blue 74

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

Shades of Tyrian Purple #63014A

Tints of Tyrian Purple #63014A

RGB

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

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

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

R = 56.9%
G = 0.57%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#63014A (or 0x63014A) is known color: Tyrian Purple. HEX triplet: 63, 01 and 4A. RGB value is (99,1,74). Sum of RGB (Red+Green+Blue) = 99+1+74=174 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.90% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 99 - color contains mainly: red. Hex color #63014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63014A is #9CFEB5. Grayscale: #262626. Windows color (decimal): -10288822 or 4850019. OLE color: 4850019.

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

Color convert

RGB 99 1 74 -
CMYK 0 0.99 0.25 0.61
HSL 315.31º 0.98% 0.2% -
HSV(B) 315.31º 0.99% 0.39% -
XYZ 6.39 3.17 6.75 -
YUV 38.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 99 1 74 0 0.99 0.25 0.61 315.31 0.98 0.2
Hex 63 1 4A 0 63 19 3D 13B 62 14
Octal 143 1 112 0 143 31 75 473 142 24
Binary 1100011 1 1001010 0 1100011 11001 111101 100111011 1100010 10100

Color Harmonies of #63014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63014A

Black with #63014A

Text Example


Text Example

White with #63014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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