Html Css Color HEX #640057 Tyrian Purple

📋 copy color: '#640057'

red 100 ◦ green 0 ◦ blue 87

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

Shades of Tyrian Purple #640057

Tints of Tyrian Purple #640057

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 87 (34.38% from 255) = 46.52%

R = 53.48%
G = 0%
B = 46.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#640057 (or 0x640057) is known color: Tyrian Purple. HEX triplet: 64, 00 and 57. RGB value is (100,0,87). Sum of RGB (Red+Green+Blue) = 100+0+87=187 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.48% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 100 - color contains mainly: red. Hex color #640057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640057 is #9BFFA8. Grayscale: #272727. Windows color (decimal): -10223529 or 5701732. OLE color: 5701732.

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

Color convert

RGB 100 0 87 -
CMYK 0 1 0.13 0.61
HSL 307.8º 1% 0.2% -
HSV(B) 307.8º 1% 0.39% -
XYZ 6.98 3.4 9.3 -
YUV 39.82 154.63 170.93 -
System Red Green Blue C M Y K H S L
Decimal 100 0 87 0 1 0.13 0.61 307.8 1 0.2
Hex 64 0 57 0 64 D 3D 134 64 14
Octal 144 0 127 0 144 15 75 464 144 24
Binary 1100100 0 1010111 0 1100100 1101 111101 100110100 1100100 10100

Color Harmonies of #640057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640057

Black with #640057

Text Example


Text Example

White with #640057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640057; }

 p { color: rgb(100,0,87); }

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

background-color css

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

 a { background-color: rgb(100,0,87); }

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

border-color css

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

 span { border-color: rgb(100,0,87); }

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