#64033C

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

Shades of Tyrian Purple #64033C

Tints of Tyrian Purple #64033C

Color information

#64033C (or 0x64033C) is unknown color: approx Tyrian Purple. HEX triplet: 64, 03 and 3C. RGB value is (100,3,60). Sum of RGB (Red+Green+Blue) = 100+3+60=163 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.35% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 100 - color contains mainly: red. Hex color #64033C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64033C is #9BFCC3. Grayscale: #262626. Windows color (decimal): -10222788 or 3933028. OLE color: 3933028.

HSL color Cylindrical-coordinate representation of color #64033C: hue angle of 324.74º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #64033C is Cyan = 0, Magento = 0.97, Yellow = 0.4 and Black (K on CMYK) = 0.61.

Color convert

RGB100360-
CMYK00.970.40.61
HSL324.74º94.17%20.2%-
HSV(B)324.74º97%39.22%-
XYZ6.13.14.55-
YUV38.5140.14171.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 61.35%
GREEN value IS 3 (1.56% from 255) = 1.84%
BLUE value IS 60 (23.83% from 255) = 36.81%
R=61.35%
G=1.84%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.4
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10036000.970.40.61324.7494.1720.2
Hex6433C061283D1455e14
Octal1443740141507550513624
Binary11001001111110001100001101000111101101000101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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