Html Css Color HEX #650049 Tyrian Purple

📋 copy color: '#650049'

red 101 ◦ green 0 ◦ blue 73

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

Shades of Tyrian Purple #650049

Tints of Tyrian Purple #650049

RGB

 RED value IS 101 (39.84% from 255) = 58.05%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 73 (28.91% from 255) = 41.95%

R = 58.05%
G = 0%
B = 41.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.60

RGB Variations

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

Color information

#650049 (or 0x650049) is known color: Tyrian Purple. HEX triplet: 65, 00 and 49. RGB value is (101,0,73). Sum of RGB (Red+Green+Blue) = 101+0+73=174 (23% of max value = 765). Red value is 101 (39.84% from 255 or 58.05% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 101 - color contains mainly: red. Hex color #650049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650049 is #9AFFB6. Grayscale: #262626. Windows color (decimal): -10158007 or 4784229. OLE color: 4784229.

HSL color Cylindrical-coordinate representation of color #650049: hue angle of 316.63º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #650049 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 0 73 -
CMYK 0 1 0.28 0.60
HSL 316.63º 1% 0.2% -
HSV(B) 316.63º 1% 0.4% -
XYZ 6.57 3.25 6.58 -
YUV 38.52 147.46 172.56 -
System Red Green Blue C M Y K H S L
Decimal 101 0 73 0 1 0.28 0.60 316.63 1 0.2
Hex 65 0 49 0 64 1C 3C 13D 64 14
Octal 145 0 111 0 144 34 74 475 144 24
Binary 1100101 0 1001001 0 1100100 11100 111100 100111101 1100100 10100

Color Harmonies of #650049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650049

Black with #650049

Text Example


Text Example

White with #650049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650049; }

 p { color: rgb(101,0,73); }

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

background-color css

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

 a { background-color: rgb(101,0,73); }

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

border-color css

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

 span { border-color: rgb(101,0,73); }

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