Html Css Color HEX #640D35 Tyrian Purple

📋 copy color: '#640D35'

red 100 ◦ green 13 ◦ blue 53

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

Shades of Tyrian Purple #640D35

Tints of Tyrian Purple #640D35

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.83%

 BLUE value IS 53 (21.09% from 255) = 31.93%

R = 60.24%
G = 7.83%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#640D35 (or 0x640D35) is known color: Tyrian Purple. HEX triplet: 64, 0D and 35. RGB value is (100,13,53). Sum of RGB (Red+Green+Blue) = 100+13+53=166 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.24% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 100 - color contains mainly: red. Hex color #640D35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640D35 is #9BF2CA. Grayscale: #2B2B2B. Windows color (decimal): -10220235 or 3476836. OLE color: 3476836.

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

Color convert

RGB 100 13 53 -
CMYK 0 0.87 0.47 0.61
HSL 332.41º 0.77% 0.22% -
HSV(B) 332.41º 0.87% 0.39% -
XYZ 6.04 3.25 3.68 -
YUV 43.57 133.32 168.25 -
System Red Green Blue C M Y K H S L
Decimal 100 13 53 0 0.87 0.47 0.61 332.41 0.77 0.22
Hex 64 D 35 0 57 2F 3D 14C 4D 16
Octal 144 15 65 0 127 57 75 514 115 26
Binary 1100100 1101 110101 0 1010111 101111 111101 101001100 1001101 10110

Color Harmonies of #640D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640D35

Black with #640D35

Text Example


Text Example

White with #640D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,13,53); }

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

background-color css

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

 a { background-color: rgb(100,13,53); }

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

border-color css

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

 span { border-color: rgb(100,13,53); }

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