#65054D

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

Shades of Tyrian Purple #65054D

Tints of Tyrian Purple #65054D

Color information

#65054D (or 0x65054D) is unknown color: approx Tyrian Purple. HEX triplet: 65, 05 and 4D. RGB value is (101,5,77). Sum of RGB (Red+Green+Blue) = 101+5+77=183 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.19% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 101 - color contains mainly: red. Hex color #65054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65054D is #9AFAB2. Grayscale: #292929. Windows color (decimal): -10156723 or 5047653. OLE color: 5047653.

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

Color convert

RGB101577-
CMYK00.950.240.60
HSL315º90.57%20.78%-
HSV(B)315º95.05%39.61%-
XYZ6.763.417.32-
YUV41.91147.8170.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.19%
GREEN value IS 5 (2.34% from 255) = 2.73%
BLUE value IS 77 (30.47% from 255) = 42.08%
R=55.19%
G=2.73%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10157700.950.240.6031590.5720.78
Hex6554D05F183C13b5b15
Octal14551150137307447313325
Binary110010110110011010101111111000111100100111011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65054D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65054D; }

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

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

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

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

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

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

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

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