Html Css Color HEX #64044B Tyrian Purple

📋 copy color: '#64044B'

red 100 ◦ green 4 ◦ blue 75

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

Shades of Tyrian Purple #64044B

Tints of Tyrian Purple #64044B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.23%

 BLUE value IS 75 (29.69% from 255) = 41.9%

R = 55.87%
G = 2.23%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#64044B (or 0x64044B) is known color: Tyrian Purple. HEX triplet: 64, 04 and 4B. RGB value is (100,4,75). Sum of RGB (Red+Green+Blue) = 100+4+75=179 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.87% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 100 - color contains mainly: red. Hex color #64044B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64044B is #9BFBB4. Grayscale: #282828. Windows color (decimal): -10222517 or 4916324. OLE color: 4916324.

HSL color Cylindrical-coordinate representation of color #64044B: hue angle of 315.62º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64044B is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 4 75 -
CMYK 0 0.96 0.25 0.61
HSL 315.63º 0.92% 0.2% -
HSV(B) 315.63º 0.96% 0.39% -
XYZ 6.57 3.3 6.95 -
YUV 40.8 147.3 170.23 -
System Red Green Blue C M Y K H S L
Decimal 100 4 75 0 0.96 0.25 0.61 315.63 0.92 0.2
Hex 64 4 4B 0 60 19 3D 13C 5C 14
Octal 144 4 113 0 140 31 75 474 134 24
Binary 1100100 100 1001011 0 1100000 11001 111101 100111100 1011100 10100

Color Harmonies of #64044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64044B

Black with #64044B

Text Example


Text Example

White with #64044B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64044B; }

 p { color: rgb(100,4,75); }

 H1.HeaderClassName
 {
   color: #64044B;
 }
 .AnyTagClassName
 {
   color: #64044B;
 }
</style>

background-color css

<style>
 a { background-color: #64044B; }

 a { background-color: rgb(100,4,75); }

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

border-color css

<style>
 span { border-color: #64044B; }

 span { border-color: rgb(100,4,75); }

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