Html Css Color HEX #640257 Tyrian Purple

📋 copy color: '#640257'

red 100 ◦ green 2 ◦ blue 87

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

Shades of Tyrian Purple #640257

Tints of Tyrian Purple #640257

RGB

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

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

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

R = 52.91%
G = 1.06%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#640257 (or 0x640257) is known color: Tyrian Purple. HEX triplet: 64, 02 and 57. RGB value is (100,2,87). Sum of RGB (Red+Green+Blue) = 100+2+87=189 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.91% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 87 (34.38% from 255 or 46.03% from 189); Max value from RGB is 100 - color contains mainly: red. Hex color #640257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640257 is #9BFDA8. Grayscale: #282828. Windows color (decimal): -10223017 or 5702244. OLE color: 5702244.

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

Color convert

RGB 100 2 87 -
CMYK 0 0.98 0.13 0.61
HSL 307.96º 0.96% 0.2% -
HSV(B) 307.96º 0.98% 0.39% -
XYZ 7 3.44 9.31 -
YUV 40.99 153.97 170.09 -
System Red Green Blue C M Y K H S L
Decimal 100 2 87 0 0.98 0.13 0.61 307.96 0.96 0.2
Hex 64 2 57 0 62 D 3D 134 60 14
Octal 144 2 127 0 142 15 75 464 140 24
Binary 1100100 10 1010111 0 1100010 1101 111101 100110100 1100000 10100

Color Harmonies of #640257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640257

Black with #640257

Text Example


Text Example

White with #640257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640257; }

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

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

background-color css

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

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

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

border-color css

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

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

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