Html Css Color HEX #640240 Tyrian Purple

📋 copy color: '#640240'

red 100 ◦ green 2 ◦ blue 64

#640240
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #640240

Tints of Tyrian Purple #640240

RGB

 RED value IS 100 (39.45% from 255) = 60.24%

 GREEN value IS 2 (1.17% from 255) = 1.2%

 BLUE value IS 64 (25.39% from 255) = 38.55%

R = 60.24%
G = 1.2%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#640240 (or 0x640240) is known color: Tyrian Purple. HEX triplet: 64, 02 and 40. RGB value is (100,2,64). Sum of RGB (Red+Green+Blue) = 100+2+64=166 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.24% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 100 - color contains mainly: red. Hex color #640240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640240 is #9BFDBF. Grayscale: #262626. Windows color (decimal): -10223040 or 4194916. OLE color: 4194916.

HSL color Cylindrical-coordinate representation of color #640240: hue angle of 322.04º 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 #640240 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 2 64 -
CMYK 0 0.98 0.36 0.61
HSL 322.04º 0.96% 0.2% -
HSV(B) 322.04º 0.98% 0.39% -
XYZ 6.2 3.12 5.13 -
YUV 38.37 142.47 171.96 -
System Red Green Blue C M Y K H S L
Decimal 100 2 64 0 0.98 0.36 0.61 322.04 0.96 0.2
Hex 64 2 40 0 62 24 3D 142 60 14
Octal 144 2 100 0 142 44 75 502 140 24
Binary 1100100 10 1000000 0 1100010 100100 111101 101000010 1100000 10100

Color Harmonies of #640240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640240

Black with #640240

Text Example


Text Example

White with #640240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640240; }

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

 H1.HeaderClassName
 {
   color: #640240;
 }
 .AnyTagClassName
 {
   color: #640240;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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