Html Css Color HEX #64064C Tyrian Purple

📋 copy color: '#64064C'

red 100 ◦ green 6 ◦ blue 76

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

Shades of Tyrian Purple #64064C

Tints of Tyrian Purple #64064C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.3%

 BLUE value IS 76 (30.08% from 255) = 41.76%

R = 54.95%
G = 3.3%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#64064C (or 0x64064C) is known color: Tyrian Purple. HEX triplet: 64, 06 and 4C. RGB value is (100,6,76). Sum of RGB (Red+Green+Blue) = 100+6+76=182 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.95% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 100 - color contains mainly: red. Hex color #64064C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64064C is #9BF9B3. Grayscale: #292929. Windows color (decimal): -10222004 or 4982372. OLE color: 4982372.

HSL color Cylindrical-coordinate representation of color #64064C: hue angle of 315.32º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64064C is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 6 76 -
CMYK 0 0.94 0.24 0.61
HSL 315.32º 0.89% 0.21% -
HSV(B) 315.32º 0.94% 0.39% -
XYZ 6.63 3.36 7.14 -
YUV 42.09 147.14 169.31 -
System Red Green Blue C M Y K H S L
Decimal 100 6 76 0 0.94 0.24 0.61 315.32 0.89 0.21
Hex 64 6 4C 0 5E 18 3D 13B 59 15
Octal 144 6 114 0 136 30 75 473 131 25
Binary 1100100 110 1001100 0 1011110 11000 111101 100111011 1011001 10101

Color Harmonies of #64064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64064C

Black with #64064C

Text Example


Text Example

White with #64064C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64064C; }

 p { color: rgb(100,6,76); }

 H1.HeaderClassName
 {
   color: #64064C;
 }
 .AnyTagClassName
 {
   color: #64064C;
 }
</style>

background-color css

<style>
 a { background-color: #64064C; }

 a { background-color: rgb(100,6,76); }

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

border-color css

<style>
 span { border-color: #64064C; }

 span { border-color: rgb(100,6,76); }

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