Html Css Color HEX #63024D Tyrian Purple

📋 copy color: '#63024D'

red 99 ◦ green 2 ◦ blue 77

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

Shades of Tyrian Purple #63024D

Tints of Tyrian Purple #63024D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 43.26%

R = 55.62%
G = 1.12%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.61

RGB Variations

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

Color information

#63024D (or 0x63024D) is known color: Tyrian Purple. HEX triplet: 63, 02 and 4D. RGB value is (99,2,77). Sum of RGB (Red+Green+Blue) = 99+2+77=178 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.62% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 99 - color contains mainly: red. Hex color #63024D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63024D is #9CFDB2. Grayscale: #272727. Windows color (decimal): -10288563 or 5046883. OLE color: 5046883.

HSL color Cylindrical-coordinate representation of color #63024D: hue angle of 313.61º 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 #63024D is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 2 77 -
CMYK 0 0.98 0.22 0.61
HSL 313.61º 0.96% 0.2% -
HSV(B) 313.61º 0.98% 0.39% -
XYZ 6.51 3.23 7.3 -
YUV 39.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 99 2 77 0 0.98 0.22 0.61 313.61 0.96 0.2
Hex 63 2 4D 0 62 16 3D 13A 60 14
Octal 143 2 115 0 142 26 75 472 140 24
Binary 1100011 10 1001101 0 1100010 10110 111101 100111010 1100000 10100

Color Harmonies of #63024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63024D

Black with #63024D

Text Example


Text Example

White with #63024D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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