Html Css Color HEX #63024E Tyrian Purple

📋 copy color: '#63024E'

red 99 ◦ green 2 ◦ blue 78

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

Shades of Tyrian Purple #63024E

Tints of Tyrian Purple #63024E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 43.58%

R = 55.31%
G = 1.12%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.61

RGB Variations

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

Color information

#63024E (or 0x63024E) is known color: Tyrian Purple. HEX triplet: 63, 02 and 4E. RGB value is (99,2,78). Sum of RGB (Red+Green+Blue) = 99+2+78=179 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.31% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 99 - color contains mainly: red. Hex color #63024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63024E is #9CFDB1. Grayscale: #272727. Windows color (decimal): -10288562 or 5112419. OLE color: 5112419.

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

Color convert

RGB 99 2 78 -
CMYK 0 0.98 0.21 0.61
HSL 312.99º 0.96% 0.2% -
HSV(B) 312.99º 0.98% 0.39% -
XYZ 6.54 3.25 7.49 -
YUV 39.67 149.64 170.32 -
System Red Green Blue C M Y K H S L
Decimal 99 2 78 0 0.98 0.21 0.61 312.99 0.96 0.2
Hex 63 2 4E 0 62 15 3D 139 60 14
Octal 143 2 116 0 142 25 75 471 140 24
Binary 1100011 10 1001110 0 1100010 10101 111101 100111001 1100000 10100

Color Harmonies of #63024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63024E

Black with #63024E

Text Example


Text Example

White with #63024E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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