#650059

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

Shades of Tyrian Purple #650059

Tints of Tyrian Purple #650059

Color information

#650059 (or 0x650059) is unknown color: approx Tyrian Purple. HEX triplet: 65, 00 and 59. RGB value is (101,0,89). Sum of RGB (Red+Green+Blue) = 101+0+89=190 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.16% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 101 - color contains mainly: red. Hex color #650059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650059 is #9AFFA6. Grayscale: #282828. Windows color (decimal): -10157991 or 5832805. OLE color: 5832805.

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

Color convert

RGB101089-
CMYK010.120.60
HSL307.13º100%19.8%-
HSV(B)307.13º100%39.61%-
XYZ7.173.499.75-
YUV40.34155.46171.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 53.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 89 (35.16% from 255) = 46.84%
R=53.16%
G=0%
B=46.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101089010.120.60307.1310019.8
Hex65059064C3C1336414
Octal14501310144147446314424
Binary110010101011001011001001100111100100110011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650059; }

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

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

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

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

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

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

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

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