#650650

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

Shades of Tyrian Purple #650650

Tints of Tyrian Purple #650650

Color information

#650650 (or 0x650650) is unknown color: approx Tyrian Purple. HEX triplet: 65, 06 and 50. RGB value is (101,6,80). Sum of RGB (Red+Green+Blue) = 101+6+80=187 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.01% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 101 - color contains mainly: red. Hex color #650650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650650 is #9AF9AF. Grayscale: #2A2A2A. Windows color (decimal): -10156464 or 5244517. OLE color: 5244517.

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

Color convert

RGB101680-
CMYK00.940.210.60
HSL313.26º88.79%20.98%-
HSV(B)313.26º94.06%39.61%-
XYZ6.883.487.9-
YUV42.84148.97169.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 54.01%
GREEN value IS 6 (2.73% from 255) = 3.21%
BLUE value IS 80 (31.64% from 255) = 42.78%
R=54.01%
G=3.21%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10168000.940.210.60313.2688.7920.98
Hex6565005E153C1395915
Octal14561200136257447113125
Binary110010111010100000101111010101111100100111001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650650; }

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

 H1.HeaderClassName
 {
   color: #650650;
 }
 .AnyTagClassName
 {
   color: #650650;
 }
</style>
background-color css

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

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

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

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

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

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