#650156

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

Shades of Tyrian Purple #650156

Tints of Tyrian Purple #650156

Color information

#650156 (or 0x650156) is unknown color: approx Tyrian Purple. HEX triplet: 65, 01 and 56. RGB value is (101,1,86). Sum of RGB (Red+Green+Blue) = 101+1+86=188 (24% of max value = 765). Red value is 101 (39.84% from 255 or 53.72% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 86 (33.98% from 255 or 45.74% from 188); Max value from RGB is 101 - color contains mainly: red. Hex color #650156 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650156 is #9AFEA9. Grayscale: #282828. Windows color (decimal): -10157738 or 5636453. OLE color: 5636453.

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

Color convert

RGB101186-
CMYK00.990.150.60
HSL309º98.04%20%-
HSV(B)309º99.01%39.61%-
XYZ7.063.469.1-
YUV40.59153.63171.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 53.72%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 86 (33.98% from 255) = 45.74%
R=53.72%
G=0.53%
B=45.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10118600.990.150.6030998.0420
Hex65156063F3C1356214
Octal14511260143177446514224
Binary110010111010110011000111111111100100110101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650156; }

 p { color: rgb(101,1,86); }

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

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

 a { background-color: rgb(101,1,86); }

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

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

 span { border-color: rgb(101,1,86); }

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