Html Css Color HEX #640848 Tyrian Purple

📋 copy color: '#640848'

red 100 ◦ green 8 ◦ blue 72

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

Shades of Tyrian Purple #640848

Tints of Tyrian Purple #640848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 40%

R = 55.56%
G = 4.44%
B = 40%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.61

RGB Variations

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

Color information

#640848 (or 0x640848) is known color: Tyrian Purple. HEX triplet: 64, 08 and 48. RGB value is (100,8,72). Sum of RGB (Red+Green+Blue) = 100+8+72=180 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.56% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 100 - color contains mainly: red. Hex color #640848 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640848 is #9BF7B7. Grayscale: #2A2A2A. Windows color (decimal): -10221496 or 4720740. OLE color: 4720740.

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

Color convert

RGB 100 8 72 -
CMYK 0 0.92 0.28 0.61
HSL 318.26º 0.85% 0.21% -
HSV(B) 318.26º 0.92% 0.39% -
XYZ 6.51 3.35 6.43 -
YUV 42.8 144.48 168.8 -
System Red Green Blue C M Y K H S L
Decimal 100 8 72 0 0.92 0.28 0.61 318.26 0.85 0.21
Hex 64 8 48 0 5C 1C 3D 13E 55 15
Octal 144 10 110 0 134 34 75 476 125 25
Binary 1100100 1000 1001000 0 1011100 11100 111101 100111110 1010101 10101

Color Harmonies of #640848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640848

Black with #640848

Text Example


Text Example

White with #640848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640848; }

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

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

background-color css

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

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

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

border-color css

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

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

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