Html Css Color HEX #640350 Tyrian Purple

📋 copy color: '#640350'

red 100 ◦ green 3 ◦ blue 80

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

Shades of Tyrian Purple #640350

Tints of Tyrian Purple #640350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.64%

 BLUE value IS 80 (31.64% from 255) = 43.72%

R = 54.64%
G = 1.64%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.2

 K value IS 0.61

RGB Variations

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

Color information

#640350 (or 0x640350) is known color: Tyrian Purple. HEX triplet: 64, 03 and 50. RGB value is (100,3,80). Sum of RGB (Red+Green+Blue) = 100+3+80=183 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.64% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 100 - color contains mainly: red. Hex color #640350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640350 is #9BFCAF. Grayscale: #282828. Windows color (decimal): -10222768 or 5243748. OLE color: 5243748.

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

Color convert

RGB 100 3 80 -
CMYK 0 0.97 0.2 0.61
HSL 312.37º 0.94% 0.2% -
HSV(B) 312.37º 0.97% 0.39% -
XYZ 6.74 3.35 7.88 -
YUV 40.78 150.14 170.24 -
System Red Green Blue C M Y K H S L
Decimal 100 3 80 0 0.97 0.2 0.61 312.37 0.94 0.2
Hex 64 3 50 0 61 14 3D 138 5E 14
Octal 144 3 120 0 141 24 75 470 136 24
Binary 1100100 11 1010000 0 1100001 10100 111101 100111000 1011110 10100

Color Harmonies of #640350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640350

Black with #640350

Text Example


Text Example

White with #640350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640350; }

 p { color: rgb(100,3,80); }

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

background-color css

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

 a { background-color: rgb(100,3,80); }

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

border-color css

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

 span { border-color: rgb(100,3,80); }

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