Html Css Color HEX #640151 Tyrian Purple

📋 copy color: '#640151'

red 100 ◦ green 1 ◦ blue 81

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

Shades of Tyrian Purple #640151

Tints of Tyrian Purple #640151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 44.51%

R = 54.95%
G = 0.55%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#640151 (or 0x640151) is known color: Tyrian Purple. HEX triplet: 64, 01 and 51. RGB value is (100,1,81). Sum of RGB (Red+Green+Blue) = 100+1+81=182 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.95% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 81 (32.03% from 255 or 44.51% from 182); Max value from RGB is 100 - color contains mainly: red. Hex color #640151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640151 is #9BFEAE. Grayscale: #272727. Windows color (decimal): -10223279 or 5308772. OLE color: 5308772.

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

Color convert

RGB 100 1 81 -
CMYK 0 0.99 0.19 0.61
HSL 311.52º 0.98% 0.2% -
HSV(B) 311.52º 0.99% 0.39% -
XYZ 6.75 3.33 8.07 -
YUV 39.72 151.3 171 -
System Red Green Blue C M Y K H S L
Decimal 100 1 81 0 0.99 0.19 0.61 311.52 0.98 0.2
Hex 64 1 51 0 63 13 3D 138 62 14
Octal 144 1 121 0 143 23 75 470 142 24
Binary 1100100 1 1010001 0 1100011 10011 111101 100111000 1100010 10100

Color Harmonies of #640151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640151

Black with #640151

Text Example


Text Example

White with #640151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640151; }

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

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

background-color css

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

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

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

border-color css

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

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

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