Html Css Color HEX #63024A Tyrian Purple

📋 copy color: '#63024A'

red 99 ◦ green 2 ◦ blue 74

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

Shades of Tyrian Purple #63024A

Tints of Tyrian Purple #63024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.14%

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

R = 56.57%
G = 1.14%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#63024A (or 0x63024A) is known color: Tyrian Purple. HEX triplet: 63, 02 and 4A. RGB value is (99,2,74). Sum of RGB (Red+Green+Blue) = 99+2+74=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #63024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63024A is #9CFDB5. Grayscale: #272727. Windows color (decimal): -10288566 or 4850275. OLE color: 4850275.

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

Color convert

RGB 99 2 74 -
CMYK 0 0.98 0.25 0.61
HSL 315.46º 0.96% 0.2% -
HSV(B) 315.46º 0.98% 0.39% -
XYZ 6.4 3.19 6.76 -
YUV 39.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 99 2 74 0 0.98 0.25 0.61 315.46 0.96 0.2
Hex 63 2 4A 0 62 19 3D 13B 60 14
Octal 143 2 112 0 142 31 75 473 140 24
Binary 1100011 10 1001010 0 1100010 11001 111101 100111011 1100000 10100

Color Harmonies of #63024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63024A

Black with #63024A

Text Example


Text Example

White with #63024A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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