#65113d

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

Shades of Tyrian Purple #65113D

Tints of Tyrian Purple #65113D

Color information

#65113D (or 0x65113D) is unknown color: approx Tyrian Purple. HEX triplet: 65, 11 and 3D. RGB value is (101,17,61). Sum of RGB (Red+Green+Blue) = 101+17+61=179 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.42% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 101 - color contains mainly: red. Hex color #65113D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65113D is #9AEEC2. Grayscale: #2F2F2F. Windows color (decimal): -10153667 or 4002149. OLE color: 4002149.

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

Color convert

RGB1011761-
CMYK00.830.400.60
HSL328.57º71.19%23.14%-
HSV(B)328.57º83.17%39.61%-
XYZ6.413.54.75-
YUV47.13135.83166.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 56.42%
GREEN value IS 17 (7.03% from 255) = 9.50%
BLUE value IS 61 (24.22% from 255) = 34.08%
R=56.42%
G=9.50%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.40
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101176100.830.400.60328.5771.1923.14
Hex65113D053283C1494717
Octal14521750123507451110727
Binary11001011000111110101010011101000111100101001001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65113d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65113d; }

 p { color: rgb(101,17,61); }

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

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

 a { background-color: rgb(101,17,61); }

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

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

 span { border-color: rgb(101,17,61); }

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