Html Css Color HEX #64042A Tyrian Purple

📋 copy color: '#64042A'

red 100 ◦ green 4 ◦ blue 42

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

Shades of Tyrian Purple #64042A

Tints of Tyrian Purple #64042A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 28.77%

R = 68.49%
G = 2.74%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.61

RGB Variations

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

Color information

#64042A (or 0x64042A) is known color: Tyrian Purple. HEX triplet: 64, 04 and 2A. RGB value is (100,4,42). Sum of RGB (Red+Green+Blue) = 100+4+42=146 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.49% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 100 - color contains mainly: red. Hex color #64042A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64042A is #9BFBD5. Grayscale: #242424. Windows color (decimal): -10222550 or 2753636. OLE color: 2753636.

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

Color convert

RGB 100 4 42 -
CMYK 0 0.96 0.58 0.61
HSL 336.25º 0.92% 0.2% -
HSV(B) 336.25º 0.96% 0.39% -
XYZ 5.72 2.96 2.46 -
YUV 37.04 130.8 172.91 -
System Red Green Blue C M Y K H S L
Decimal 100 4 42 0 0.96 0.58 0.61 336.25 0.92 0.2
Hex 64 4 2A 0 60 3A 3D 150 5C 14
Octal 144 4 52 0 140 72 75 520 134 24
Binary 1100100 100 101010 0 1100000 111010 111101 101010000 1011100 10100

Color Harmonies of #64042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64042A

Black with #64042A

Text Example


Text Example

White with #64042A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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