#64062B

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

Shades of Tyrian Purple #64062B

Tints of Tyrian Purple #64062B

Color information

#64062B (or 0x64062B) is unknown color: approx Tyrian Purple. HEX triplet: 64, 06 and 2B. RGB value is (100,6,43). Sum of RGB (Red+Green+Blue) = 100+6+43=149 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.11% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 100 - color contains mainly: red. Hex color #64062B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64062B is #9BF9D4. Grayscale: #262626. Windows color (decimal): -10222037 or 2819684. OLE color: 2819684.

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

Color convert

RGB100643-
CMYK00.940.570.61
HSL336.38º88.68%20.78%-
HSV(B)336.38º94%39.22%-
XYZ5.763.012.56-
YUV38.32130.64171.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 67.11%
GREEN value IS 6 (2.73% from 255) = 4.03%
BLUE value IS 43 (17.19% from 255) = 28.86%
R=67.11%
G=4.03%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10064300.940.570.61336.3888.6820.78
Hex6462B05E393D1505915
Octal1446530136717552013125
Binary110010011010101101011110111001111101101010000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64062B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,6,43); }

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

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

 a { background-color: rgb(100,6,43); }

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

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

 span { border-color: rgb(100,6,43); }

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