#64114D

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

Shades of Tyrian Purple #64114D

Tints of Tyrian Purple #64114D

Color information

#64114D (or 0x64114D) is unknown color: approx Tyrian Purple. HEX triplet: 64, 11 and 4D. RGB value is (100,17,77). Sum of RGB (Red+Green+Blue) = 100+17+77=194 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.55% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 100 - color contains mainly: red. Hex color #64114D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64114D is #9BEEB2. Grayscale: #303030. Windows color (decimal): -10219187 or 5050724. OLE color: 5050724.

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

Color convert

RGB1001777-
CMYK00.830.230.61
HSL316.63º70.94%22.94%-
HSV(B)316.63º83%39.22%-
XYZ6.83.657.37-
YUV48.66144164.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 51.55%
GREEN value IS 17 (7.03% from 255) = 8.76%
BLUE value IS 77 (30.47% from 255) = 39.69%
R=51.55%
G=8.76%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100177700.830.230.61316.6370.9422.94
Hex64114D053173D13d4717
Octal144211150123277547510727
Binary11001001000110011010101001110111111101100111101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64114D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,17,77); }

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

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

 a { background-color: rgb(100,17,77); }

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

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

 span { border-color: rgb(100,17,77); }

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