Html Css Color HEX #640C51 Tyrian Purple

📋 copy color: '#640C51'

red 100 ◦ green 12 ◦ blue 81

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

Shades of Tyrian Purple #640C51

Tints of Tyrian Purple #640C51

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.22%

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

R = 51.81%
G = 6.22%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#640C51 (or 0x640C51) is known color: Tyrian Purple. HEX triplet: 64, 0C and 51. RGB value is (100,12,81). Sum of RGB (Red+Green+Blue) = 100+12+81=193 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.81% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 100 - color contains mainly: red. Hex color #640C51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640C51 is #9BF3AE. Grayscale: #2D2D2D. Windows color (decimal): -10220463 or 5311588. OLE color: 5311588.

HSL color Cylindrical-coordinate representation of color #640C51: hue angle of 312.95º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #640C51 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 12 81 -
CMYK 0 0.88 0.19 0.61
HSL 312.95º 0.79% 0.22% -
HSV(B) 312.95º 0.88% 0.39% -
XYZ 6.87 3.57 8.11 -
YUV 46.18 147.65 166.39 -
System Red Green Blue C M Y K H S L
Decimal 100 12 81 0 0.88 0.19 0.61 312.95 0.79 0.22
Hex 64 C 51 0 58 13 3D 139 4F 16
Octal 144 14 121 0 130 23 75 471 117 26
Binary 1100100 1100 1010001 0 1011000 10011 111101 100111001 1001111 10110

Color Harmonies of #640C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640C51

Black with #640C51

Text Example


Text Example

White with #640C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640C51; }

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

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

background-color css

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

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

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

border-color css

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

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

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