#65064B

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

Shades of Tyrian Purple #65064B

Tints of Tyrian Purple #65064B

Color information

#65064B (or 0x65064B) is unknown color: approx Tyrian Purple. HEX triplet: 65, 06 and 4B. RGB value is (101,6,75). Sum of RGB (Red+Green+Blue) = 101+6+75=182 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.49% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 101 - color contains mainly: red. Hex color #65064B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65064B is #9AF9B4. Grayscale: #2A2A2A. Windows color (decimal): -10156469 or 4916837. OLE color: 4916837.

HSL color Cylindrical-coordinate representation of color #65064B: hue angle of 316.42º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #65064B is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB101675-
CMYK00.940.260.60
HSL316.42º88.79%20.98%-
HSV(B)316.42º94.06%39.61%-
XYZ6.73.46.96-
YUV42.27146.47169.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.49%
GREEN value IS 6 (2.73% from 255) = 3.30%
BLUE value IS 75 (29.69% from 255) = 41.21%
R=55.49%
G=3.30%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10167500.940.260.60316.4288.7920.98
Hex6564B05E1A3C13c5915
Octal14561130136327447413125
Binary110010111010010110101111011010111100100111100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65064B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65064B; }

 p { color: rgb(101,6,75); }

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

<style>
 a { background-color: #65064B; }

 a { background-color: rgb(101,6,75); }

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

<style>
 span { border-color: #65064B; }

 span { border-color: rgb(101,6,75); }

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