#65093F

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

Shades of Tyrian Purple #65093F

Tints of Tyrian Purple #65093F

Color information

#65093F (or 0x65093F) is unknown color: approx Tyrian Purple. HEX triplet: 65, 09 and 3F. RGB value is (101,9,63). Sum of RGB (Red+Green+Blue) = 101+9+63=173 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.38% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 101 - color contains mainly: red. Hex color #65093F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65093F is #9AF6C0. Grayscale: #2A2A2A. Windows color (decimal): -10155713 or 4131173. OLE color: 4131173.

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

Color convert

RGB101963-
CMYK00.910.380.60
HSL324.78º83.64%21.57%-
HSV(B)324.78º91.09%39.61%-
XYZ6.363.325.01-
YUV42.66139.48169.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 58.38%
GREEN value IS 9 (3.91% from 255) = 5.20%
BLUE value IS 63 (25% from 255) = 36.42%
R=58.38%
G=5.20%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10196300.910.380.60324.7883.6421.57
Hex6593F05B263C1455416
Octal14511770133467450512426
Binary1100101100111111101011011100110111100101000101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65093F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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