#650349

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

Shades of Tyrian Purple #650349

Tints of Tyrian Purple #650349

Color information

#650349 (or 0x650349) is unknown color: approx Tyrian Purple. HEX triplet: 65, 03 and 49. RGB value is (101,3,73). Sum of RGB (Red+Green+Blue) = 101+3+73=177 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.06% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 101 - color contains mainly: red. Hex color #650349 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650349 is #9AFCB6. Grayscale: #282828. Windows color (decimal): -10157239 or 4784997. OLE color: 4784997.

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

Color convert

RGB101373-
CMYK00.970.280.60
HSL317.14º94.23%20.39%-
HSV(B)317.14º97.03%39.61%-
XYZ6.63.316.59-
YUV40.28146.47171.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 57.06%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 73 (28.91% from 255) = 41.24%
R=57.06%
G=1.69%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10137300.970.280.60317.1494.2320.39
Hex653490611C3C13d5e14
Octal14531110141347447513624
Binary11001011110010010110000111100111100100111101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650349; }

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

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

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

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

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

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

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

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