#650350

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

Shades of Tyrian Purple #650350

Tints of Tyrian Purple #650350

Color information

#650350 (or 0x650350) is unknown color: approx Tyrian Purple. HEX triplet: 65, 03 and 50. RGB value is (101,3,80). Sum of RGB (Red+Green+Blue) = 101+3+80=184 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.89% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 101 - color contains mainly: red. Hex color #650350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650350 is #9AFCAF. Grayscale: #282828. Windows color (decimal): -10157232 or 5243749. OLE color: 5243749.

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

Color convert

RGB101380-
CMYK00.970.210.60
HSL312.86º94.23%20.39%-
HSV(B)312.86º97.03%39.61%-
XYZ6.853.417.89-
YUV41.08149.97170.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 54.89%
GREEN value IS 3 (1.56% from 255) = 1.63%
BLUE value IS 80 (31.64% from 255) = 43.48%
R=54.89%
G=1.63%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10138000.970.210.60312.8694.2320.39
Hex65350061153C1395e14
Octal14531200141257447113624
Binary11001011110100000110000110101111100100111001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650350; }

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

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

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

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

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

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

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

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