#650050

Color #650050 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #650050

Tints of Tyrian Purple #650050

Color information

#650050 (or 0x650050) is unknown color: approx 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

RGB101080-
CMYK010.210.60
HSL312.48º100%19.8%-
HSV(B)312.48º100%39.61%-
XYZ6.813.357.88-
YUV39.32150.96172-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 80 (31.64% from 255) = 44.20%
R=55.80%
G=0%
B=44.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101080010.210.60312.4810019.8
Hex65050064153C1386414
Octal14501200144257447014424
Binary1100101010100000110010010101111100100111000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>