#64083F

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

Shades of Tyrian Purple #64083F

Tints of Tyrian Purple #64083F

Color information

#64083F (or 0x64083F) is unknown color: approx Tyrian Purple. HEX triplet: 64, 08 and 3F. RGB value is (100,8,63). Sum of RGB (Red+Green+Blue) = 100+8+63=171 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.48% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 100 - color contains mainly: red. Hex color #64083F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64083F is #9BF7C0. Grayscale: #292929. Windows color (decimal): -10221505 or 4130916. OLE color: 4130916.

HSL color Cylindrical-coordinate representation of color #64083F: hue angle of 324.13º 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 #64083F is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB100863-
CMYK00.920.370.61
HSL324.13º85.19%21.18%-
HSV(B)324.13º92%39.22%-
XYZ6.243.245-
YUV41.78139.98169.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 58.48%
GREEN value IS 8 (3.52% from 255) = 4.68%
BLUE value IS 63 (25% from 255) = 36.84%
R=58.48%
G=4.68%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10086300.920.370.61324.1385.1921.18
Hex6483F05C253D1445515
Octal14410770134457550412525
Binary1100100100011111101011100100101111101101000100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64083F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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