#650944

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

Shades of Tyrian Purple #650944

Tints of Tyrian Purple #650944

Color information

#650944 (or 0x650944) is unknown color: approx Tyrian Purple. HEX triplet: 65, 09 and 44. RGB value is (101,9,68). Sum of RGB (Red+Green+Blue) = 101+9+68=178 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.74% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 101 - color contains mainly: red. Hex color #650944 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650944 is #9AF6BB. Grayscale: #2B2B2B. Windows color (decimal): -10155708 or 4458853. OLE color: 4458853.

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

Color convert

RGB101968-
CMYK00.910.330.60
HSL321.52º83.64%21.57%-
HSV(B)321.52º91.09%39.61%-
XYZ6.513.385.78-
YUV43.23141.98169.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 56.74%
GREEN value IS 9 (3.91% from 255) = 5.06%
BLUE value IS 68 (26.95% from 255) = 38.20%
R=56.74%
G=5.06%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.33
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10196800.910.330.60321.5283.6421.57
Hex6594405B213C1425416
Octal145111040133417450212426
Binary11001011001100010001011011100001111100101000010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650944; }

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

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

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

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

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

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

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

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