Html Css Color HEX #63104A Tyrian Purple

📋 copy color: '#63104A'

red 99 ◦ green 16 ◦ blue 74

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

Shades of Tyrian Purple #63104A

Tints of Tyrian Purple #63104A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.47%

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

R = 52.38%
G = 8.47%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#63104A (or 0x63104A) is known color: Tyrian Purple. HEX triplet: 63, 10 and 4A. RGB value is (99,16,74). Sum of RGB (Red+Green+Blue) = 99+16+74=189 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.38% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 99 - color contains mainly: red. Hex color #63104A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63104A is #9CEFB5. Grayscale: #2F2F2F. Windows color (decimal): -10284982 or 4853859. OLE color: 4853859.

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

Color convert

RGB 99 16 74 -
CMYK 0 0.84 0.25 0.61
HSL 318.07º 0.72% 0.23% -
HSV(B) 318.07º 0.84% 0.39% -
XYZ 6.57 3.52 6.81 -
YUV 47.43 143 164.78 -
System Red Green Blue C M Y K H S L
Decimal 99 16 74 0 0.84 0.25 0.61 318.07 0.72 0.23
Hex 63 10 4A 0 54 19 3D 13E 48 17
Octal 143 20 112 0 124 31 75 476 110 27
Binary 1100011 10000 1001010 0 1010100 11001 111101 100111110 1001000 10111

Color Harmonies of #63104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63104A

Black with #63104A

Text Example


Text Example

White with #63104A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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