#65113F

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

Shades of Tyrian Purple #65113F

Tints of Tyrian Purple #65113F

Color information

#65113F (or 0x65113F) is unknown color: approx Tyrian Purple. HEX triplet: 65, 11 and 3F. RGB value is (101,17,63). Sum of RGB (Red+Green+Blue) = 101+17+63=181 (23% of max value = 765). Red value is 101 (39.84% from 255 or 55.80% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 101 - color contains mainly: red. Hex color #65113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65113F is #9AEEC0. Grayscale: #2F2F2F. Windows color (decimal): -10153665 or 4133221. OLE color: 4133221.

HSL color Cylindrical-coordinate representation of color #65113F: hue angle of 327.14º 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 #65113F is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB1011763-
CMYK00.830.380.60
HSL327.14º71.19%23.14%-
HSV(B)327.14º83.17%39.61%-
XYZ6.463.535.04-
YUV47.36136.83166.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.80%
GREEN value IS 17 (7.03% from 255) = 9.39%
BLUE value IS 63 (25% from 255) = 34.81%
R=55.80%
G=9.39%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101176300.830.380.60327.1471.1923.14
Hex65113F053263C1474717
Octal14521770123467450710727
Binary11001011000111111101010011100110111100101000111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65113F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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