Html Css Color HEX #63094A Tyrian Purple

📋 copy color: '#63094A'

red 99 ◦ green 9 ◦ blue 74

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

Shades of Tyrian Purple #63094A

Tints of Tyrian Purple #63094A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.95%

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

R = 54.4%
G = 4.95%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#63094A (or 0x63094A) is known color: Tyrian Purple. HEX triplet: 63, 09 and 4A. RGB value is (99,9,74). Sum of RGB (Red+Green+Blue) = 99+9+74=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #63094A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63094A is #9CF6B5. Grayscale: #2B2B2B. Windows color (decimal): -10286774 or 4852067. OLE color: 4852067.

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

Color convert

RGB 99 9 74 -
CMYK 0 0.91 0.25 0.61
HSL 316.67º 0.83% 0.21% -
HSV(B) 316.67º 0.91% 0.39% -
XYZ 6.48 3.34 6.78 -
YUV 43.32 145.32 167.71 -
System Red Green Blue C M Y K H S L
Decimal 99 9 74 0 0.91 0.25 0.61 316.67 0.83 0.21
Hex 63 9 4A 0 5B 19 3D 13D 53 15
Octal 143 11 112 0 133 31 75 475 123 25
Binary 1100011 1001 1001010 0 1011011 11001 111101 100111101 1010011 10101

Color Harmonies of #63094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63094A

Black with #63094A

Text Example


Text Example

White with #63094A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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