Html Css Color HEX #63044B Tyrian Purple

📋 copy color: '#63044B'

red 99 ◦ green 4 ◦ blue 75

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

Shades of Tyrian Purple #63044B

Tints of Tyrian Purple #63044B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.25%

 BLUE value IS 75 (29.69% from 255) = 42.13%

R = 55.62%
G = 2.25%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#63044B (or 0x63044B) is known color: Tyrian Purple. HEX triplet: 63, 04 and 4B. RGB value is (99,4,75). Sum of RGB (Red+Green+Blue) = 99+4+75=178 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.62% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 99 - color contains mainly: red. Hex color #63044B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63044B is #9CFBB4. Grayscale: #282828. Windows color (decimal): -10288053 or 4916323. OLE color: 4916323.

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

Color convert

RGB 99 4 75 -
CMYK 0 0.96 0.24 0.61
HSL 315.16º 0.92% 0.2% -
HSV(B) 315.16º 0.96% 0.39% -
XYZ 6.46 3.25 6.94 -
YUV 40.5 147.47 169.73 -
System Red Green Blue C M Y K H S L
Decimal 99 4 75 0 0.96 0.24 0.61 315.16 0.92 0.2
Hex 63 4 4B 0 60 18 3D 13B 5C 14
Octal 143 4 113 0 140 30 75 473 134 24
Binary 1100011 100 1001011 0 1100000 11000 111101 100111011 1011100 10100

Color Harmonies of #63044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63044B

Black with #63044B

Text Example


Text Example

White with #63044B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63044B; }

 p { color: rgb(99,4,75); }

 H1.HeaderClassName
 {
   color: #63044B;
 }
 .AnyTagClassName
 {
   color: #63044B;
 }
</style>

background-color css

<style>
 a { background-color: #63044B; }

 a { background-color: rgb(99,4,75); }

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

border-color css

<style>
 span { border-color: #63044B; }

 span { border-color: rgb(99,4,75); }

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