#65104D

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

Shades of Tyrian Purple #65104D

Tints of Tyrian Purple #65104D

Color information

#65104D (or 0x65104D) is unknown color: approx Tyrian Purple. HEX triplet: 65, 10 and 4D. RGB value is (101,16,77). Sum of RGB (Red+Green+Blue) = 101+16+77=194 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.06% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 101 - color contains mainly: red. Hex color #65104D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65104D is #9AEFB2. Grayscale: #303030. Windows color (decimal): -10153907 or 5050469. OLE color: 5050469.

HSL color Cylindrical-coordinate representation of color #65104D: hue angle of 316.94º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #65104D is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB1011677-
CMYK00.840.240.60
HSL316.94º72.65%22.94%-
HSV(B)316.94º84.16%39.61%-
XYZ6.893.677.37-
YUV48.37144.16165.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 52.06%
GREEN value IS 16 (6.64% from 255) = 8.25%
BLUE value IS 77 (30.47% from 255) = 39.69%
R=52.06%
G=8.25%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101167700.840.240.60316.9472.6522.94
Hex65104D054183C13d4917
Octal145201150124307447511127
Binary11001011000010011010101010011000111100100111101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65104D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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