Html Css Color HEX #64083B Tyrian Purple

📋 copy color: '#64083B'

red 100 ◦ green 8 ◦ blue 59

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

Shades of Tyrian Purple #64083B

Tints of Tyrian Purple #64083B

RGB

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

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

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

R = 59.88%
G = 4.79%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.61

RGB Variations

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

Color information

#64083B (or 0x64083B) is known color: Tyrian Purple. HEX triplet: 64, 08 and 3B. RGB value is (100,8,59). Sum of RGB (Red+Green+Blue) = 100+8+59=167 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.88% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 100 - color contains mainly: red. Hex color #64083B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64083B is #9BF7C4. Grayscale: #292929. Windows color (decimal): -10221509 or 3868772. OLE color: 3868772.

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

Color convert

RGB 100 8 59 -
CMYK 0 0.92 0.41 0.61
HSL 326.74º 0.85% 0.21% -
HSV(B) 326.74º 0.92% 0.39% -
XYZ 6.13 3.2 4.43 -
YUV 41.32 137.98 169.85 -
System Red Green Blue C M Y K H S L
Decimal 100 8 59 0 0.92 0.41 0.61 326.74 0.85 0.21
Hex 64 8 3B 0 5C 29 3D 147 55 15
Octal 144 10 73 0 134 51 75 507 125 25
Binary 1100100 1000 111011 0 1011100 101001 111101 101000111 1010101 10101

Color Harmonies of #64083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64083B

Black with #64083B

Text Example


Text Example

White with #64083B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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