Html Css Color HEX #64043F Tyrian Purple

📋 copy color: '#64043F'

red 100 ◦ green 4 ◦ blue 63

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

Shades of Tyrian Purple #64043F

Tints of Tyrian Purple #64043F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 37.72%

R = 59.88%
G = 2.4%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.61

RGB Variations

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

Color information

#64043F (or 0x64043F) is known color: Tyrian Purple. HEX triplet: 64, 04 and 3F. RGB value is (100,4,63). Sum of RGB (Red+Green+Blue) = 100+4+63=167 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.88% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 100 - color contains mainly: red. Hex color #64043F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64043F is #9BFBC0. Grayscale: #272727. Windows color (decimal): -10222529 or 4129892. OLE color: 4129892.

HSL color Cylindrical-coordinate representation of color #64043F: hue angle of 323.12º 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 #64043F is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 4 63 -
CMYK 0 0.96 0.37 0.61
HSL 323.13º 0.92% 0.2% -
HSV(B) 323.13º 0.96% 0.39% -
XYZ 6.2 3.16 4.99 -
YUV 39.43 141.3 171.2 -
System Red Green Blue C M Y K H S L
Decimal 100 4 63 0 0.96 0.37 0.61 323.13 0.92 0.2
Hex 64 4 3F 0 60 25 3D 143 5C 14
Octal 144 4 77 0 140 45 75 503 134 24
Binary 1100100 100 111111 0 1100000 100101 111101 101000011 1011100 10100

Color Harmonies of #64043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64043F

Black with #64043F

Text Example


Text Example

White with #64043F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64043F; }

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

 H1.HeaderClassName
 {
   color: #64043F;
 }
 .AnyTagClassName
 {
   color: #64043F;
 }
</style>

background-color css

<style>
 a { background-color: #64043F; }

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

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

border-color css

<style>
 span { border-color: #64043F; }

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

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