#65092E

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

Shades of Tyrian Purple #65092E

Tints of Tyrian Purple #65092E

Color information

#65092E (or 0x65092E) is unknown color: approx Tyrian Purple. HEX triplet: 65, 09 and 2E. RGB value is (101,9,46). Sum of RGB (Red+Green+Blue) = 101+9+46=156 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.74% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 101 - color contains mainly: red. Hex color #65092E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65092E is #9AF6D1. Grayscale: #282828. Windows color (decimal): -10155730 or 3017061. OLE color: 3017061.

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

Color convert

RGB101946-
CMYK00.910.540.60
HSL335.87º83.64%21.57%-
HSV(B)335.87º91.09%39.61%-
XYZ5.963.162.88-
YUV40.73130.98170.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 64.74%
GREEN value IS 9 (3.91% from 255) = 5.77%
BLUE value IS 46 (18.36% from 255) = 29.49%
R=64.74%
G=5.77%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10194600.910.540.60335.8783.6421.57
Hex6592E05B363C1505416
Octal14511560133667452012426
Binary1100101100110111001011011110110111100101010000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65092E; }

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

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

<style>
 a { background-color: #65092E; }

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

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

<style>
 span { border-color: #65092E; }

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

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