Html Css Color HEX #64043B Tyrian Purple

📋 copy color: '#64043B'

red 100 ◦ green 4 ◦ blue 59

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

Shades of Tyrian Purple #64043B

Tints of Tyrian Purple #64043B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 36.2%

R = 61.35%
G = 2.45%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.61

RGB Variations

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

Color information

#64043B (or 0x64043B) is known color: Tyrian Purple. HEX triplet: 64, 04 and 3B. RGB value is (100,4,59). Sum of RGB (Red+Green+Blue) = 100+4+59=163 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.35% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 100 - color contains mainly: red. Hex color #64043B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64043B is #9BFBC4. Grayscale: #262626. Windows color (decimal): -10222533 or 3867748. OLE color: 3867748.

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

Color convert

RGB 100 4 59 -
CMYK 0 0.96 0.41 0.61
HSL 325.63º 0.92% 0.2% -
HSV(B) 325.63º 0.96% 0.39% -
XYZ 6.09 3.11 4.42 -
YUV 38.97 139.3 171.53 -
System Red Green Blue C M Y K H S L
Decimal 100 4 59 0 0.96 0.41 0.61 325.63 0.92 0.2
Hex 64 4 3B 0 60 29 3D 146 5C 14
Octal 144 4 73 0 140 51 75 506 134 24
Binary 1100100 100 111011 0 1100000 101001 111101 101000110 1011100 10100

Color Harmonies of #64043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64043B

Black with #64043B

Text Example


Text Example

White with #64043B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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