#64082A

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

Shades of Tyrian Purple #64082A

Tints of Tyrian Purple #64082A

Color information

#64082A (or 0x64082A) is unknown color: approx Tyrian Purple. HEX triplet: 64, 08 and 2A. RGB value is (100,8,42). Sum of RGB (Red+Green+Blue) = 100+8+42=150 (19% of max value = 765). Red value is 100 (39.45% from 255 or 66.67% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 100 - color contains mainly: red. Hex color #64082A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64082A is #9BF7D5. Grayscale: #272727. Windows color (decimal): -10221526 or 2754660. OLE color: 2754660.

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

Color convert

RGB100842-
CMYK00.920.580.61
HSL337.83º85.19%21.18%-
HSV(B)337.83º92%39.22%-
XYZ5.763.052.48-
YUV39.38129.48171.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 66.67%
GREEN value IS 8 (3.52% from 255) = 5.33%
BLUE value IS 42 (16.80% from 255) = 28%
R=66.67%
G=5.33%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10084200.920.580.61337.8385.1921.18
Hex6482A05C3A3D1525515
Octal14410520134727552212525
Binary1100100100010101001011100111010111101101010010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64082A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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