Html Css Color HEX #64013D Tyrian Purple

📋 copy color: '#64013D'

red 100 ◦ green 1 ◦ blue 61

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

Shades of Tyrian Purple #64013D

Tints of Tyrian Purple #64013D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 37.65%

R = 61.73%
G = 0.62%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.61

RGB Variations

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

Color information

#64013D (or 0x64013D) is known color: Tyrian Purple. HEX triplet: 64, 01 and 3D. RGB value is (100,1,61). Sum of RGB (Red+Green+Blue) = 100+1+61=162 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.73% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 100 - color contains mainly: red. Hex color #64013D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64013D is #9BFEC2. Grayscale: #252525. Windows color (decimal): -10223299 or 3998052. OLE color: 3998052.

HSL color Cylindrical-coordinate representation of color #64013D: hue angle of 323.64º 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 #64013D is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 1 61 -
CMYK 0 0.99 0.39 0.61
HSL 323.64º 0.98% 0.2% -
HSV(B) 323.64º 0.99% 0.39% -
XYZ 6.11 3.07 4.69 -
YUV 37.44 141.3 172.62 -
System Red Green Blue C M Y K H S L
Decimal 100 1 61 0 0.99 0.39 0.61 323.64 0.98 0.2
Hex 64 1 3D 0 63 27 3D 144 62 14
Octal 144 1 75 0 143 47 75 504 142 24
Binary 1100100 1 111101 0 1100011 100111 111101 101000100 1100010 10100

Color Harmonies of #64013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64013D

Black with #64013D

Text Example


Text Example

White with #64013D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64013D; }

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

 H1.HeaderClassName
 {
   color: #64013D;
 }
 .AnyTagClassName
 {
   color: #64013D;
 }
</style>

background-color css

<style>
 a { background-color: #64013D; }

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

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

border-color css

<style>
 span { border-color: #64013D; }

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

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