Html Css Color HEX #64064B Tyrian Purple

📋 copy color: '#64064B'

red 100 ◦ green 6 ◦ blue 75

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

Shades of Tyrian Purple #64064B

Tints of Tyrian Purple #64064B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.31%

 BLUE value IS 75 (29.69% from 255) = 41.44%

R = 55.25%
G = 3.31%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#64064B (or 0x64064B) is known color: Tyrian Purple. HEX triplet: 64, 06 and 4B. RGB value is (100,6,75). Sum of RGB (Red+Green+Blue) = 100+6+75=181 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.25% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 100 - color contains mainly: red. Hex color #64064B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64064B is #9BF9B4. Grayscale: #292929. Windows color (decimal): -10222005 or 4916836. OLE color: 4916836.

HSL color Cylindrical-coordinate representation of color #64064B: hue angle of 315.96º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64064B is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 6 75 -
CMYK 0 0.94 0.25 0.61
HSL 315.96º 0.89% 0.21% -
HSV(B) 315.96º 0.94% 0.39% -
XYZ 6.59 3.35 6.96 -
YUV 41.97 146.64 169.39 -
System Red Green Blue C M Y K H S L
Decimal 100 6 75 0 0.94 0.25 0.61 315.96 0.89 0.21
Hex 64 6 4B 0 5E 19 3D 13C 59 15
Octal 144 6 113 0 136 31 75 474 131 25
Binary 1100100 110 1001011 0 1011110 11001 111101 100111100 1011001 10101

Color Harmonies of #64064B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64064B

Black with #64064B

Text Example


Text Example

White with #64064B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,6,75); }

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

background-color css

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

 a { background-color: rgb(100,6,75); }

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

border-color css

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

 span { border-color: rgb(100,6,75); }

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