Html Css Color HEX #64084A Tyrian Purple

📋 copy color: '#64084A'

red 100 ◦ green 8 ◦ blue 74

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

Shades of Tyrian Purple #64084A

Tints of Tyrian Purple #64084A

RGB

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

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

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

R = 54.95%
G = 4.4%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#64084A (or 0x64084A) is known color: Tyrian Purple. HEX triplet: 64, 08 and 4A. RGB value is (100,8,74). Sum of RGB (Red+Green+Blue) = 100+8+74=182 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.95% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 100 - color contains mainly: red. Hex color #64084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64084A is #9BF7B5. Grayscale: #2A2A2A. Windows color (decimal): -10221494 or 4851812. OLE color: 4851812.

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

Color convert

RGB 100 8 74 -
CMYK 0 0.92 0.26 0.61
HSL 316.96º 0.85% 0.21% -
HSV(B) 316.96º 0.92% 0.39% -
XYZ 6.58 3.38 6.78 -
YUV 43.03 145.48 168.63 -
System Red Green Blue C M Y K H S L
Decimal 100 8 74 0 0.92 0.26 0.61 316.96 0.85 0.21
Hex 64 8 4A 0 5C 1A 3D 13D 55 15
Octal 144 10 112 0 134 32 75 475 125 25
Binary 1100100 1000 1001010 0 1011100 11010 111101 100111101 1010101 10101

Color Harmonies of #64084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64084A

Black with #64084A

Text Example


Text Example

White with #64084A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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