Html Css Color HEX #640855 Tyrian Purple

📋 copy color: '#640855'

red 100 ◦ green 8 ◦ blue 85

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

Shades of Tyrian Purple #640855

Tints of Tyrian Purple #640855

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.15%

 BLUE value IS 85 (33.59% from 255) = 44.04%

R = 51.81%
G = 4.15%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.61

RGB Variations

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

Color information

#640855 (or 0x640855) is known color: Tyrian Purple. HEX triplet: 64, 08 and 55. RGB value is (100,8,85). Sum of RGB (Red+Green+Blue) = 100+8+85=193 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.81% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 100 - color contains mainly: red. Hex color #640855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640855 is #9BF7AA. Grayscale: #2C2C2C. Windows color (decimal): -10221483 or 5572708. OLE color: 5572708.

HSL color Cylindrical-coordinate representation of color #640855: hue angle of 309.78º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #640855 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 8 85 -
CMYK 0 0.92 0.15 0.61
HSL 309.78º 0.85% 0.21% -
HSV(B) 309.78º 0.92% 0.39% -
XYZ 6.98 3.54 8.91 -
YUV 44.29 150.98 167.74 -
System Red Green Blue C M Y K H S L
Decimal 100 8 85 0 0.92 0.15 0.61 309.78 0.85 0.21
Hex 64 8 55 0 5C F 3D 136 55 15
Octal 144 10 125 0 134 17 75 466 125 25
Binary 1100100 1000 1010101 0 1011100 1111 111101 100110110 1010101 10101

Color Harmonies of #640855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640855

Black with #640855

Text Example


Text Example

White with #640855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640855; }

 p { color: rgb(100,8,85); }

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

background-color css

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

 a { background-color: rgb(100,8,85); }

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

border-color css

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

 span { border-color: rgb(100,8,85); }

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