#650544

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

Shades of Tyrian Purple #650544

Tints of Tyrian Purple #650544

Color information

#650544 (or 0x650544) is unknown color: approx Tyrian Purple. HEX triplet: 65, 05 and 44. RGB value is (101,5,68). Sum of RGB (Red+Green+Blue) = 101+5+68=174 (23% of max value = 765). Red value is 101 (39.84% from 255 or 58.05% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 101 - color contains mainly: red. Hex color #650544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650544 is #9AFABB. Grayscale: #282828. Windows color (decimal): -10156732 or 4457829. OLE color: 4457829.

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

Color convert

RGB101568-
CMYK00.950.330.60
HSL320.62º90.57%20.78%-
HSV(B)320.62º95.05%39.61%-
XYZ6.463.295.76-
YUV40.89143.3170.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 58.05%
GREEN value IS 5 (2.34% from 255) = 2.87%
BLUE value IS 68 (26.95% from 255) = 39.08%
R=58.05%
G=2.87%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10156800.950.330.60320.6290.5720.78
Hex6554405F213C1415b15
Octal14551040137417450113325
Binary1100101101100010001011111100001111100101000001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650544; }

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

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

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

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

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

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

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

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