#64002E

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

Shades of Tyrian Purple #64002E

Tints of Tyrian Purple #64002E

Color information

#64002E (or 0x64002E) is unknown color: approx Tyrian Purple. HEX triplet: 64, 00 and 2E. RGB value is (100,0,46). Sum of RGB (Red+Green+Blue) = 100+0+46=146 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.49% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 100 - color contains mainly: red. Hex color #64002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64002E is #9BFFD1. Grayscale: #232323. Windows color (decimal): -10223570 or 3014756. OLE color: 3014756.

HSL color Cylindrical-coordinate representation of color #64002E: hue angle of 332.4º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #64002E is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB100046-
CMYK010.540.61
HSL332.4º100%19.61%-
HSV(B)332.4º100%39.22%-
XYZ5.752.912.84-
YUV35.14134.13174.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 68.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 31.51%
R=68.49%
G=0%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100046010.540.61332.410019.61
Hex6402E064363D14c6414
Octal1440560144667551414424
Binary1100100010111001100100110110111101101001100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64002E; }

 p { color: rgb(100,0,46); }

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

<style>
 a { background-color: #64002E; }

 a { background-color: rgb(100,0,46); }

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

<style>
 span { border-color: #64002E; }

 span { border-color: rgb(100,0,46); }

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