#65114C

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

Shades of Tyrian Purple #65114C

Tints of Tyrian Purple #65114C

Color information

#65114C (or 0x65114C) is unknown color: approx Tyrian Purple. HEX triplet: 65, 11 and 4C. RGB value is (101,17,76). Sum of RGB (Red+Green+Blue) = 101+17+76=194 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.06% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 101 - color contains mainly: red. Hex color #65114C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65114C is #9AEEB3. Grayscale: #303030. Windows color (decimal): -10153652 or 4985189. OLE color: 4985189.

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

Color convert

RGB1011776-
CMYK00.830.250.60
HSL317.86º71.19%23.14%-
HSV(B)317.86º83.17%39.61%-
XYZ6.873.697.19-
YUV48.84143.33165.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 52.06%
GREEN value IS 17 (7.03% from 255) = 8.76%
BLUE value IS 76 (30.08% from 255) = 39.18%
R=52.06%
G=8.76%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101177600.830.250.60317.8671.1923.14
Hex65114C053193C13e4717
Octal145211140123317447610727
Binary11001011000110011000101001111001111100100111110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65114C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65114C; }

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

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

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

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

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

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

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

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