Html Css Color HEX #64004B Tyrian Purple

📋 copy color: '#64004B'

red 100 ◦ green 0 ◦ blue 75

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

Shades of Tyrian Purple #64004B

Tints of Tyrian Purple #64004B

RGB

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

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

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

R = 57.14%
G = 0%
B = 42.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#64004B (or 0x64004B) is known color: Tyrian Purple. HEX triplet: 64, 00 and 4B. RGB value is (100,0,75). Sum of RGB (Red+Green+Blue) = 100+0+75=175 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.14% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 100 - color contains mainly: red. Hex color #64004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64004B is #9BFFB4. Grayscale: #262626. Windows color (decimal): -10223541 or 4915300. OLE color: 4915300.

HSL color Cylindrical-coordinate representation of color #64004B: hue angle of 315º 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 #64004B is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 0 75 -
CMYK 0 1 0.25 0.61
HSL 315º 1% 0.2% -
HSV(B) 315º 1% 0.39% -
XYZ 6.53 3.22 6.93 -
YUV 38.45 148.63 171.9 -
System Red Green Blue C M Y K H S L
Decimal 100 0 75 0 1 0.25 0.61 315 1 0.2
Hex 64 0 4B 0 64 19 3D 13B 64 14
Octal 144 0 113 0 144 31 75 473 144 24
Binary 1100100 0 1001011 0 1100100 11001 111101 100111011 1100100 10100

Color Harmonies of #64004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64004B

Black with #64004B

Text Example


Text Example

White with #64004B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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