#64012F

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

Shades of Tyrian Purple #64012F

Tints of Tyrian Purple #64012F

Color information

#64012F (or 0x64012F) is unknown color: approx Tyrian Purple. HEX triplet: 64, 01 and 2F. RGB value is (100,1,47). Sum of RGB (Red+Green+Blue) = 100+1+47=148 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.57% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 100 - color contains mainly: red. Hex color #64012F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64012F is #9BFED0. Grayscale: #232323. Windows color (decimal): -10223313 or 3080548. OLE color: 3080548.

HSL color Cylindrical-coordinate representation of color #64012F: hue angle of 332.12º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64012F is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB100147-
CMYK00.990.530.61
HSL332.12º98.02%19.8%-
HSV(B)332.12º99%39.22%-
XYZ5.782.942.95-
YUV35.84134.3173.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 67.57%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 47 (18.75% from 255) = 31.76%
R=67.57%
G=0.68%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10014700.990.530.61332.1298.0219.8
Hex6412F063353D14c6214
Octal1441570143657551414224
Binary1100100110111101100011110101111101101001100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,1,47); }

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

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

 a { background-color: rgb(100,1,47); }

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

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

 span { border-color: rgb(100,1,47); }

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