#65074D

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

Shades of Tyrian Purple #65074D

Tints of Tyrian Purple #65074D

Color information

#65074D (or 0x65074D) is unknown color: approx Tyrian Purple. HEX triplet: 65, 07 and 4D. RGB value is (101,7,77). Sum of RGB (Red+Green+Blue) = 101+7+77=185 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.59% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 101 - color contains mainly: red. Hex color #65074D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65074D is #9AF8B2. Grayscale: #2A2A2A. Windows color (decimal): -10156211 or 5048165. OLE color: 5048165.

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

Color convert

RGB101777-
CMYK00.930.240.60
HSL315.32º87.04%21.18%-
HSV(B)315.32º93.07%39.61%-
XYZ6.783.457.33-
YUV43.09147.14169.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 54.59%
GREEN value IS 7 (3.12% from 255) = 3.78%
BLUE value IS 77 (30.47% from 255) = 41.62%
R=54.59%
G=3.78%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10177700.930.240.60315.3287.0421.18
Hex6574D05D183C13b5715
Octal14571150135307447312725
Binary110010111110011010101110111000111100100111011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65074D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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