Html Css Color HEX #64014C Tyrian Purple

📋 copy color: '#64014C'

red 100 ◦ green 1 ◦ blue 76

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

Shades of Tyrian Purple #64014C

Tints of Tyrian Purple #64014C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

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

R = 56.5%
G = 0.56%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#64014C (or 0x64014C) is known color: Tyrian Purple. HEX triplet: 64, 01 and 4C. RGB value is (100,1,76). Sum of RGB (Red+Green+Blue) = 100+1+76=177 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.50% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 100 - color contains mainly: red. Hex color #64014C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64014C is #9BFEB3. Grayscale: #262626. Windows color (decimal): -10223284 or 4981092. OLE color: 4981092.

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

Color convert

RGB 100 1 76 -
CMYK 0 0.99 0.24 0.61
HSL 314.55º 0.98% 0.2% -
HSV(B) 314.55º 0.99% 0.39% -
XYZ 6.57 3.25 7.12 -
YUV 39.15 148.8 171.4 -
System Red Green Blue C M Y K H S L
Decimal 100 1 76 0 0.99 0.24 0.61 314.55 0.98 0.2
Hex 64 1 4C 0 63 18 3D 13B 62 14
Octal 144 1 114 0 143 30 75 473 142 24
Binary 1100100 1 1001100 0 1100011 11000 111101 100111011 1100010 10100

Color Harmonies of #64014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64014C

Black with #64014C

Text Example


Text Example

White with #64014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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