Html Css Color HEX #64003B Tyrian Purple

📋 copy color: '#64003B'

red 100 ◦ green 0 ◦ blue 59

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

Shades of Tyrian Purple #64003B

Tints of Tyrian Purple #64003B

RGB

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

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

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

R = 62.89%
G = 0%
B = 37.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.61

RGB Variations

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

Color information

#64003B (or 0x64003B) is known color: Tyrian Purple. HEX triplet: 64, 00 and 3B. RGB value is (100,0,59). Sum of RGB (Red+Green+Blue) = 100+0+59=159 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.89% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 100 - color contains mainly: red. Hex color #64003B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64003B is #9BFFC4. Grayscale: #242424. Windows color (decimal): -10223557 or 3866724. OLE color: 3866724.

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

Color convert

RGB 100 0 59 -
CMYK 0 1 0.41 0.61
HSL 324.6º 1% 0.2% -
HSV(B) 324.6º 1% 0.39% -
XYZ 6.04 3.03 4.4 -
YUV 36.63 140.63 173.2 -
System Red Green Blue C M Y K H S L
Decimal 100 0 59 0 1 0.41 0.61 324.6 1 0.2
Hex 64 0 3B 0 64 29 3D 145 64 14
Octal 144 0 73 0 144 51 75 505 144 24
Binary 1100100 0 111011 0 1100100 101001 111101 101000101 1100100 10100

Color Harmonies of #64003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64003B

Black with #64003B

Text Example


Text Example

White with #64003B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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