#640452

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

Shades of Tyrian Purple #640452

Tints of Tyrian Purple #640452

Color information

#640452 (or 0x640452) is unknown color: approx Tyrian Purple. HEX triplet: 64, 04 and 52. RGB value is (100,4,82). Sum of RGB (Red+Green+Blue) = 100+4+82=186 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.76% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 100 - color contains mainly: red. Hex color #640452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640452 is #9BFBAD. Grayscale: #292929. Windows color (decimal): -10222510 or 5375076. OLE color: 5375076.

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

Color convert

RGB100482-
CMYK00.960.180.61
HSL311.25º92.31%20.39%-
HSV(B)311.25º96%39.22%-
XYZ6.823.418.28-
YUV41.6150.8169.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 53.76%
GREEN value IS 4 (1.95% from 255) = 2.15%
BLUE value IS 82 (32.42% from 255) = 44.09%
R=53.76%
G=2.15%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10048200.960.180.61311.2592.3120.39
Hex64452060123D1375c14
Octal14441220140227546713424
Binary110010010010100100110000010010111101100110111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640452; }

 p { color: rgb(100,4,82); }

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

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

 a { background-color: rgb(100,4,82); }

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

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

 span { border-color: rgb(100,4,82); }

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