#64063C

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

Shades of Tyrian Purple #64063C

Tints of Tyrian Purple #64063C

Color information

#64063C (or 0x64063C) is unknown color: approx Tyrian Purple. HEX triplet: 64, 06 and 3C. RGB value is (100,6,60). Sum of RGB (Red+Green+Blue) = 100+6+60=166 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.24% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 100 - color contains mainly: red. Hex color #64063C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64063C is #9BF9C3. Grayscale: #282828. Windows color (decimal): -10222020 or 3933796. OLE color: 3933796.

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

Color convert

RGB100660-
CMYK00.940.40.61
HSL325.53º88.68%20.78%-
HSV(B)325.53º94%39.22%-
XYZ6.143.174.56-
YUV40.26139.14170.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 60.24%
GREEN value IS 6 (2.73% from 255) = 3.61%
BLUE value IS 60 (23.83% from 255) = 36.14%
R=60.24%
G=3.61%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.4
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10066000.940.40.61325.5388.6820.78
Hex6463C05E283D1465915
Octal1446740136507550613125
Binary110010011011110001011110101000111101101000110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64063C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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