#650531

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

Shades of Tyrian Purple #650531

Tints of Tyrian Purple #650531

Color information

#650531 (or 0x650531) is unknown color: approx Tyrian Purple. HEX triplet: 65, 05 and 31. RGB value is (101,5,49). Sum of RGB (Red+Green+Blue) = 101+5+49=155 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.16% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 101 - color contains mainly: red. Hex color #650531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650531 is #9AFACE. Grayscale: #262626. Windows color (decimal): -10156751 or 3212645. OLE color: 3212645.

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

Color convert

RGB101549-
CMYK00.950.510.60
HSL332.5º90.57%20.78%-
HSV(B)332.5º95.05%39.61%-
XYZ5.983.13.19-
YUV38.72133.8172.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 65.16%
GREEN value IS 5 (2.34% from 255) = 3.23%
BLUE value IS 49 (19.53% from 255) = 31.61%
R=65.16%
G=3.23%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10154900.950.510.60332.590.5720.78
Hex6553105F333C14c5b15
Octal1455610137637451413325
Binary110010110111000101011111110011111100101001100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650531; }

 p { color: rgb(101,5,49); }

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

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

 a { background-color: rgb(101,5,49); }

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

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

 span { border-color: rgb(101,5,49); }

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