Html Css Color HEX #64042B Tyrian Purple

📋 copy color: '#64042B'

red 100 ◦ green 4 ◦ blue 43

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

Shades of Tyrian Purple #64042B

Tints of Tyrian Purple #64042B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 29.25%

R = 68.03%
G = 2.72%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.61

RGB Variations

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

Color information

#64042B (or 0x64042B) is known color: Tyrian Purple. HEX triplet: 64, 04 and 2B. RGB value is (100,4,43). Sum of RGB (Red+Green+Blue) = 100+4+43=147 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.03% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 100 - color contains mainly: red. Hex color #64042B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64042B is #9BFBD4. Grayscale: #252525. Windows color (decimal): -10222549 or 2819172. OLE color: 2819172.

HSL color Cylindrical-coordinate representation of color #64042B: hue angle of 335.62º 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 #64042B is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 4 43 -
CMYK 0 0.96 0.57 0.61
HSL 335.63º 0.92% 0.2% -
HSV(B) 335.63º 0.96% 0.39% -
XYZ 5.73 2.97 2.56 -
YUV 37.15 131.3 172.83 -
System Red Green Blue C M Y K H S L
Decimal 100 4 43 0 0.96 0.57 0.61 335.63 0.92 0.2
Hex 64 4 2B 0 60 39 3D 150 5C 14
Octal 144 4 53 0 140 71 75 520 134 24
Binary 1100100 100 101011 0 1100000 111001 111101 101010000 1011100 10100

Color Harmonies of #64042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64042B

Black with #64042B

Text Example


Text Example

White with #64042B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64042B; }

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

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

background-color css

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

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

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

border-color css

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

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

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