Html Css Color HEX #63014C Tyrian Purple

📋 copy color: '#63014C'

red 99 ◦ green 1 ◦ blue 76

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

Shades of Tyrian Purple #63014C

Tints of Tyrian Purple #63014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 43.18%

R = 56.25%
G = 0.57%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#63014C (or 0x63014C) is known color: Tyrian Purple. HEX triplet: 63, 01 and 4C. RGB value is (99,1,76). Sum of RGB (Red+Green+Blue) = 99+1+76=176 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.25% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 99 - color contains mainly: red. Hex color #63014C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63014C is #9CFEB3. Grayscale: #262626. Windows color (decimal): -10288820 or 4981091. OLE color: 4981091.

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

Color convert

RGB 99 1 76 -
CMYK 0 0.99 0.23 0.61
HSL 314.08º 0.98% 0.2% -
HSV(B) 314.08º 0.99% 0.39% -
XYZ 6.46 3.2 7.11 -
YUV 38.85 148.97 170.9 -
System Red Green Blue C M Y K H S L
Decimal 99 1 76 0 0.99 0.23 0.61 314.08 0.98 0.2
Hex 63 1 4C 0 63 17 3D 13A 62 14
Octal 143 1 114 0 143 27 75 472 142 24
Binary 1100011 1 1001100 0 1100011 10111 111101 100111010 1100010 10100

Color Harmonies of #63014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63014C

Black with #63014C

Text Example


Text Example

White with #63014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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