#65093C

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

Shades of Tyrian Purple #65093C

Tints of Tyrian Purple #65093C

Color information

#65093C (or 0x65093C) is unknown color: approx Tyrian Purple. HEX triplet: 65, 09 and 3C. RGB value is (101,9,60). Sum of RGB (Red+Green+Blue) = 101+9+60=170 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.41% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 101 - color contains mainly: red. Hex color #65093C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65093C is #9AF6C3. Grayscale: #2A2A2A. Windows color (decimal): -10155716 or 3934565. OLE color: 3934565.

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

Color convert

RGB101960-
CMYK00.910.410.60
HSL326.74º83.64%21.57%-
HSV(B)326.74º91.09%39.61%-
XYZ6.283.294.58-
YUV42.32137.98169.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 59.41%
GREEN value IS 9 (3.91% from 255) = 5.29%
BLUE value IS 60 (23.83% from 255) = 35.29%
R=59.41%
G=5.29%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.41
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10196000.910.410.60326.7483.6421.57
Hex6593C05B293C1475416
Octal14511740133517450712426
Binary1100101100111110001011011101001111100101000111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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