Html Css Color HEX #64004A Tyrian Purple

📋 copy color: '#64004A'

red 100 ◦ green 0 ◦ blue 74

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

Shades of Tyrian Purple #64004A

Tints of Tyrian Purple #64004A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.47%
G = 0%
B = 42.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#64004A (or 0x64004A) is known color: Tyrian Purple. HEX triplet: 64, 00 and 4A. RGB value is (100,0,74). Sum of RGB (Red+Green+Blue) = 100+0+74=174 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.47% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 100 - color contains mainly: red. Hex color #64004A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64004A is #9BFFB5. Grayscale: #262626. Windows color (decimal): -10223542 or 4849764. OLE color: 4849764.

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

Color convert

RGB 100 0 74 -
CMYK 0 1 0.26 0.61
HSL 315.6º 1% 0.2% -
HSV(B) 315.6º 1% 0.39% -
XYZ 6.49 3.2 6.75 -
YUV 38.34 148.13 171.98 -
System Red Green Blue C M Y K H S L
Decimal 100 0 74 0 1 0.26 0.61 315.6 1 0.2
Hex 64 0 4A 0 64 1A 3D 13C 64 14
Octal 144 0 112 0 144 32 75 474 144 24
Binary 1100100 0 1001010 0 1100100 11010 111101 100111100 1100100 10100

Color Harmonies of #64004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64004A

Black with #64004A

Text Example


Text Example

White with #64004A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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