#640229

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

Shades of Tyrian Purple #640229

Tints of Tyrian Purple #640229

Color information

#640229 (or 0x640229) is unknown color: approx Tyrian Purple. HEX triplet: 64, 02 and 29. RGB value is (100,2,41). Sum of RGB (Red+Green+Blue) = 100+2+41=143 (18% of max value = 765). Red value is 100 (39.45% from 255 or 69.93% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 100 - color contains mainly: red. Hex color #640229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640229 is #9BFDD6. Grayscale: #232323. Windows color (decimal): -10223063 or 2687588. OLE color: 2687588.

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

Color convert

RGB100241-
CMYK00.980.590.61
HSL336.12º96.08%20%-
HSV(B)336.12º98%39.22%-
XYZ5.682.912.36-
YUV35.75130.97173.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 69.93%
GREEN value IS 2 (1.17% from 255) = 1.40%
BLUE value IS 41 (16.41% from 255) = 28.67%
R=69.93%
G=1.40%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10024100.980.590.61336.1296.0820
Hex642290623B3D1506014
Octal1442510142737552014024
Binary11001001010100101100010111011111101101010000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640229; }

 p { color: rgb(100,2,41); }

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

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

 a { background-color: rgb(100,2,41); }

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

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

 span { border-color: rgb(100,2,41); }

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