Html Css Color HEX #640157 Tyrian Purple

📋 copy color: '#640157'

red 100 ◦ green 1 ◦ blue 87

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

Shades of Tyrian Purple #640157

Tints of Tyrian Purple #640157

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 53.19%
G = 0.53%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#640157 (or 0x640157) is known color: Tyrian Purple. HEX triplet: 64, 01 and 57. RGB value is (100,1,87). Sum of RGB (Red+Green+Blue) = 100+1+87=188 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.19% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 87 (34.38% from 255 or 46.28% from 188); Max value from RGB is 100 - color contains mainly: red. Hex color #640157 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640157 is #9BFEA8. Grayscale: #282828. Windows color (decimal): -10223273 or 5701988. OLE color: 5701988.

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

Color convert

RGB 100 1 87 -
CMYK 0 0.99 0.13 0.61
HSL 307.88º 0.98% 0.2% -
HSV(B) 307.88º 0.99% 0.39% -
XYZ 6.99 3.42 9.31 -
YUV 40.41 154.3 170.51 -
System Red Green Blue C M Y K H S L
Decimal 100 1 87 0 0.99 0.13 0.61 307.88 0.98 0.2
Hex 64 1 57 0 63 D 3D 134 62 14
Octal 144 1 127 0 143 15 75 464 142 24
Binary 1100100 1 1010111 0 1100011 1101 111101 100110100 1100010 10100

Color Harmonies of #640157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640157

Black with #640157

Text Example


Text Example

White with #640157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640157; }

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

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

background-color css

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

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

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

border-color css

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

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

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