#65094A

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

Shades of Tyrian Purple #65094A

Tints of Tyrian Purple #65094A

Color information

#65094A (or 0x65094A) is unknown color: approx Tyrian Purple. HEX triplet: 65, 09 and 4A. RGB value is (101,9,74). Sum of RGB (Red+Green+Blue) = 101+9+74=184 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.89% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 101 - color contains mainly: red. Hex color #65094A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65094A is #9AF6B5. Grayscale: #2B2B2B. Windows color (decimal): -10155702 or 4852069. OLE color: 4852069.

HSL color Cylindrical-coordinate representation of color #65094A: hue angle of 317.61º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #65094A is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB101974-
CMYK00.910.270.60
HSL317.61º83.64%21.57%-
HSV(B)317.61º91.09%39.61%-
XYZ6.73.466.79-
YUV43.92144.98168.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 54.89%
GREEN value IS 9 (3.91% from 255) = 4.89%
BLUE value IS 74 (29.30% from 255) = 40.22%
R=54.89%
G=4.89%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10197400.910.270.60317.6183.6421.57
Hex6594A05B1B3C13e5416
Octal145111120133337447612426
Binary1100101100110010100101101111011111100100111110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65094A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65094A; }

 p { color: rgb(101,9,74); }

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

<style>
 a { background-color: #65094A; }

 a { background-color: rgb(101,9,74); }

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

<style>
 span { border-color: #65094A; }

 span { border-color: rgb(101,9,74); }

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