Html Css Color HEX #64064A Tyrian Purple

📋 copy color: '#64064A'

red 100 ◦ green 6 ◦ blue 74

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

Shades of Tyrian Purple #64064A

Tints of Tyrian Purple #64064A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.33%

 BLUE value IS 74 (29.3% from 255) = 41.11%

R = 55.56%
G = 3.33%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#64064A (or 0x64064A) is known color: Tyrian Purple. HEX triplet: 64, 06 and 4A. RGB value is (100,6,74). Sum of RGB (Red+Green+Blue) = 100+6+74=180 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.56% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 100 - color contains mainly: red. Hex color #64064A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64064A is #9BF9B5. Grayscale: #292929. Windows color (decimal): -10222006 or 4851300. OLE color: 4851300.

HSL color Cylindrical-coordinate representation of color #64064A: hue angle of 316.6º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64064A is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 6 74 -
CMYK 0 0.94 0.26 0.61
HSL 316.6º 0.89% 0.21% -
HSV(B) 316.6º 0.94% 0.39% -
XYZ 6.56 3.33 6.78 -
YUV 41.86 146.14 169.47 -
System Red Green Blue C M Y K H S L
Decimal 100 6 74 0 0.94 0.26 0.61 316.6 0.89 0.21
Hex 64 6 4A 0 5E 1A 3D 13D 59 15
Octal 144 6 112 0 136 32 75 475 131 25
Binary 1100100 110 1001010 0 1011110 11010 111101 100111101 1011001 10101

Color Harmonies of #64064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64064A

Black with #64064A

Text Example


Text Example

White with #64064A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,6,74); }

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

background-color css

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

 a { background-color: rgb(100,6,74); }

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

border-color css

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

 span { border-color: rgb(100,6,74); }

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