#650448

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

Shades of Tyrian Purple #650448

Tints of Tyrian Purple #650448

Color information

#650448 (or 0x650448) is unknown color: approx Tyrian Purple. HEX triplet: 65, 04 and 48. RGB value is (101,4,72). Sum of RGB (Red+Green+Blue) = 101+4+72=177 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.06% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 101 - color contains mainly: red. Hex color #650448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650448 is #9AFBB7. Grayscale: #282828. Windows color (decimal): -10156984 or 4719717. OLE color: 4719717.

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

Color convert

RGB101472-
CMYK00.960.290.60
HSL317.94º92.38%20.59%-
HSV(B)317.94º96.04%39.61%-
XYZ6.583.326.43-
YUV40.75145.64170.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 57.06%
GREEN value IS 4 (1.95% from 255) = 2.26%
BLUE value IS 72 (28.52% from 255) = 40.68%
R=57.06%
G=2.26%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.29
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10147200.960.290.60317.9492.3820.59
Hex654480601D3C13e5c15
Octal14541100140357447613425
Binary110010110010010000110000011101111100100111110101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650448; }

 p { color: rgb(101,4,72); }

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

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

 a { background-color: rgb(101,4,72); }

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

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

 span { border-color: rgb(101,4,72); }

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