Html Css Color HEX #64084E Tyrian Purple

📋 copy color: '#64084E'

red 100 ◦ green 8 ◦ blue 78

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

Shades of Tyrian Purple #64084E

Tints of Tyrian Purple #64084E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.3%

 BLUE value IS 78 (30.86% from 255) = 41.94%

R = 53.76%
G = 4.3%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.61

RGB Variations

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

Color information

#64084E (or 0x64084E) is known color: Tyrian Purple. HEX triplet: 64, 08 and 4E. RGB value is (100,8,78). Sum of RGB (Red+Green+Blue) = 100+8+78=186 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.76% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 100 - color contains mainly: red. Hex color #64084E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64084E is #9BF7B1. Grayscale: #2B2B2B. Windows color (decimal): -10221490 or 5113956. OLE color: 5113956.

HSL color Cylindrical-coordinate representation of color #64084E: hue angle of 314.35º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #64084E is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 8 78 -
CMYK 0 0.92 0.22 0.61
HSL 314.35º 0.85% 0.21% -
HSV(B) 314.35º 0.92% 0.39% -
XYZ 6.72 3.43 7.52 -
YUV 43.49 147.48 168.31 -
System Red Green Blue C M Y K H S L
Decimal 100 8 78 0 0.92 0.22 0.61 314.35 0.85 0.21
Hex 64 8 4E 0 5C 16 3D 13A 55 15
Octal 144 10 116 0 134 26 75 472 125 25
Binary 1100100 1000 1001110 0 1011100 10110 111101 100111010 1010101 10101

Color Harmonies of #64084E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64084E

Black with #64084E

Text Example


Text Example

White with #64084E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64084E; }

 p { color: rgb(100,8,78); }

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

background-color css

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

 a { background-color: rgb(100,8,78); }

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

border-color css

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

 span { border-color: rgb(100,8,78); }

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