#64082C

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

Shades of Tyrian Purple #64082C

Tints of Tyrian Purple #64082C

Color information

#64082C (or 0x64082C) is unknown color: approx Tyrian Purple. HEX triplet: 64, 08 and 2C. RGB value is (100,8,44). Sum of RGB (Red+Green+Blue) = 100+8+44=152 (20% of max value = 765). Red value is 100 (39.45% from 255 or 65.79% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 100 - color contains mainly: red. Hex color #64082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64082C is #9BF7D3. Grayscale: #272727. Windows color (decimal): -10221524 or 2885732. OLE color: 2885732.

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

Color convert

RGB100844-
CMYK00.920.560.61
HSL336.52º85.19%21.18%-
HSV(B)336.52º92%39.22%-
XYZ5.83.062.67-
YUV39.61130.48171.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 65.79%
GREEN value IS 8 (3.52% from 255) = 5.26%
BLUE value IS 44 (17.58% from 255) = 28.95%
R=65.79%
G=5.26%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10084400.920.560.61336.5285.1921.18
Hex6482C05C383D1515515
Octal14410540134707552112525
Binary1100100100010110001011100111000111101101010001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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