#64083A

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

Shades of Tyrian Purple #64083A

Tints of Tyrian Purple #64083A

Color information

#64083A (or 0x64083A) is unknown color: approx Tyrian Purple. HEX triplet: 64, 08 and 3A. RGB value is (100,8,58). Sum of RGB (Red+Green+Blue) = 100+8+58=166 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.24% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 100 - color contains mainly: red. Hex color #64083A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64083A is #9BF7C5. Grayscale: #292929. Windows color (decimal): -10221510 or 3803236. OLE color: 3803236.

HSL color Cylindrical-coordinate representation of color #64083A: hue angle of 327.39º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #64083A is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.61.

Color convert

RGB100858-
CMYK00.920.420.61
HSL327.39º85.19%21.18%-
HSV(B)327.39º92%39.22%-
XYZ6.113.194.3-
YUV41.21137.48169.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 60.24%
GREEN value IS 8 (3.52% from 255) = 4.82%
BLUE value IS 58 (23.05% from 255) = 34.94%
R=60.24%
G=4.82%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.42
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10085800.920.420.61327.3985.1921.18
Hex6483A05C2A3D1475515
Octal14410720134527550712525
Binary1100100100011101001011100101010111101101000111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64083A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,8,58); }

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

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

 a { background-color: rgb(100,8,58); }

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

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

 span { border-color: rgb(100,8,58); }

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