Html Css Color HEX #640435 Tyrian Purple

📋 copy color: '#640435'

red 100 ◦ green 4 ◦ blue 53

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

Shades of Tyrian Purple #640435

Tints of Tyrian Purple #640435

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.55%

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

R = 63.69%
G = 2.55%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#640435 (or 0x640435) is known color: Tyrian Purple. HEX triplet: 64, 04 and 35. RGB value is (100,4,53). Sum of RGB (Red+Green+Blue) = 100+4+53=157 (20% of max value = 765). Red value is 100 (39.45% from 255 or 63.69% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 100 - color contains mainly: red. Hex color #640435 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640435 is #9BFBCA. Grayscale: #262626. Windows color (decimal): -10222539 or 3474532. OLE color: 3474532.

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

Color convert

RGB 100 4 53 -
CMYK 0 0.96 0.47 0.61
HSL 329.38º 0.92% 0.2% -
HSV(B) 329.38º 0.96% 0.39% -
XYZ 5.94 3.05 3.64 -
YUV 38.29 136.3 172.02 -
System Red Green Blue C M Y K H S L
Decimal 100 4 53 0 0.96 0.47 0.61 329.38 0.92 0.2
Hex 64 4 35 0 60 2F 3D 149 5C 14
Octal 144 4 65 0 140 57 75 511 134 24
Binary 1100100 100 110101 0 1100000 101111 111101 101001001 1011100 10100

Color Harmonies of #640435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640435

Black with #640435

Text Example


Text Example

White with #640435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640435; }

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

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

background-color css

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

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

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

border-color css

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

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

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