Html Css Color HEX #64083D Tyrian Purple

📋 copy color: '#64083D'

red 100 ◦ green 8 ◦ blue 61

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

Shades of Tyrian Purple #64083D

Tints of Tyrian Purple #64083D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.73%

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

R = 59.17%
G = 4.73%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.61

RGB Variations

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

Color information

#64083D (or 0x64083D) is known color: Tyrian Purple. HEX triplet: 64, 08 and 3D. RGB value is (100,8,61). Sum of RGB (Red+Green+Blue) = 100+8+61=169 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.17% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 100 - color contains mainly: red. Hex color #64083D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64083D is #9BF7C2. Grayscale: #292929. Windows color (decimal): -10221507 or 3999844. OLE color: 3999844.

HSL color Cylindrical-coordinate representation of color #64083D: hue angle of 325.43º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #64083D is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 8 61 -
CMYK 0 0.92 0.39 0.61
HSL 325.43º 0.85% 0.21% -
HSV(B) 325.43º 0.92% 0.39% -
XYZ 6.18 3.22 4.71 -
YUV 41.55 138.98 169.69 -
System Red Green Blue C M Y K H S L
Decimal 100 8 61 0 0.92 0.39 0.61 325.43 0.85 0.21
Hex 64 8 3D 0 5C 27 3D 145 55 15
Octal 144 10 75 0 134 47 75 505 125 25
Binary 1100100 1000 111101 0 1011100 100111 111101 101000101 1010101 10101

Color Harmonies of #64083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64083D

Black with #64083D

Text Example


Text Example

White with #64083D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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