Html Css Color HEX #650050 Tyrian Purple

📋 copy color: '#650050'

red 101 ◦ green 0 ◦ blue 80

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

Shades of Tyrian Purple #650050

Tints of Tyrian Purple #650050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 44.2%

R = 55.8%
G = 0%
B = 44.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#650050 (or 0x650050) is known color: Tyrian Purple. HEX triplet: 65, 00 and 50. RGB value is (101,0,80). Sum of RGB (Red+Green+Blue) = 101+0+80=181 (23% of max value = 765). Red value is 101 (39.84% from 255 or 55.80% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 101 - color contains mainly: red. Hex color #650050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650050 is #9AFFAF. Grayscale: #272727. Windows color (decimal): -10158000 or 5242981. OLE color: 5242981.

HSL color Cylindrical-coordinate representation of color #650050: hue angle of 312.48º 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 #650050 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 0 80 -
CMYK 0 1 0.21 0.60
HSL 312.48º 1% 0.2% -
HSV(B) 312.48º 1% 0.4% -
XYZ 6.81 3.35 7.88 -
YUV 39.32 150.96 172 -
System Red Green Blue C M Y K H S L
Decimal 101 0 80 0 1 0.21 0.60 312.48 1 0.2
Hex 65 0 50 0 64 15 3C 138 64 14
Octal 145 0 120 0 144 25 74 470 144 24
Binary 1100101 0 1010000 0 1100100 10101 111100 100111000 1100100 10100

Color Harmonies of #650050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650050

Black with #650050

Text Example


Text Example

White with #650050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650050; }

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

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

background-color css

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

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

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

border-color css

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

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

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