Html Css Color HEX #64054A Tyrian Purple

📋 copy color: '#64054A'

red 100 ◦ green 5 ◦ blue 74

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

Shades of Tyrian Purple #64054A

Tints of Tyrian Purple #64054A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.79%

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

R = 55.87%
G = 2.79%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#64054A (or 0x64054A) is known color: Tyrian Purple. HEX triplet: 64, 05 and 4A. RGB value is (100,5,74). Sum of RGB (Red+Green+Blue) = 100+5+74=179 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.87% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 100 - color contains mainly: red. Hex color #64054A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64054A is #9BFAB5. Grayscale: #292929. Windows color (decimal): -10222262 or 4851044. OLE color: 4851044.

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

Color convert

RGB 100 5 74 -
CMYK 0 0.95 0.26 0.61
HSL 316.42º 0.9% 0.21% -
HSV(B) 316.42º 0.95% 0.39% -
XYZ 6.55 3.31 6.77 -
YUV 41.27 146.47 169.89 -
System Red Green Blue C M Y K H S L
Decimal 100 5 74 0 0.95 0.26 0.61 316.42 0.9 0.21
Hex 64 5 4A 0 5F 1A 3D 13C 5A 15
Octal 144 5 112 0 137 32 75 474 132 25
Binary 1100100 101 1001010 0 1011111 11010 111101 100111100 1011010 10101

Color Harmonies of #64054A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64054A

Black with #64054A

Text Example


Text Example

White with #64054A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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