Html Css Color HEX #640035 Tyrian Purple

📋 copy color: '#640035'

red 100 ◦ green 0 ◦ blue 53

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

Shades of Tyrian Purple #640035

Tints of Tyrian Purple #640035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.36%
G = 0%
B = 34.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#640035 (or 0x640035) is known color: Tyrian Purple. HEX triplet: 64, 00 and 35. RGB value is (100,0,53). Sum of RGB (Red+Green+Blue) = 100+0+53=153 (20% of max value = 765). Red value is 100 (39.45% from 255 or 65.36% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 100 - color contains mainly: red. Hex color #640035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640035 is #9BFFCA. Grayscale: #232323. Windows color (decimal): -10223563 or 3473508. OLE color: 3473508.

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

Color convert

RGB 100 0 53 -
CMYK 0 1 0.47 0.61
HSL 328.2º 1% 0.2% -
HSV(B) 328.2º 1% 0.39% -
XYZ 5.9 2.97 3.63 -
YUV 35.94 137.63 173.69 -
System Red Green Blue C M Y K H S L
Decimal 100 0 53 0 1 0.47 0.61 328.2 1 0.2
Hex 64 0 35 0 64 2F 3D 148 64 14
Octal 144 0 65 0 144 57 75 510 144 24
Binary 1100100 0 110101 0 1100100 101111 111101 101001000 1100100 10100

Color Harmonies of #640035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640035

Black with #640035

Text Example


Text Example

White with #640035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640035; }

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

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

background-color css

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

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

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

border-color css

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

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

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