Html Css Color HEX #64114B Tyrian Purple

📋 copy color: '#64114B'

red 100 ◦ green 17 ◦ blue 75

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

Shades of Tyrian Purple #64114B

Tints of Tyrian Purple #64114B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.85%

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

R = 52.08%
G = 8.85%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#64114B (or 0x64114B) is known color: Tyrian Purple. HEX triplet: 64, 11 and 4B. RGB value is (100,17,75). Sum of RGB (Red+Green+Blue) = 100+17+75=192 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.08% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 100 - color contains mainly: red. Hex color #64114B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64114B is #9BEEB4. Grayscale: #303030. Windows color (decimal): -10219189 or 4919652. OLE color: 4919652.

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

Color convert

RGB 100 17 75 -
CMYK 0 0.83 0.25 0.61
HSL 318.07º 0.71% 0.23% -
HSV(B) 318.07º 0.83% 0.39% -
XYZ 6.73 3.62 7 -
YUV 48.43 143 164.78 -
System Red Green Blue C M Y K H S L
Decimal 100 17 75 0 0.83 0.25 0.61 318.07 0.71 0.23
Hex 64 11 4B 0 53 19 3D 13E 47 17
Octal 144 21 113 0 123 31 75 476 107 27
Binary 1100100 10001 1001011 0 1010011 11001 111101 100111110 1000111 10111

Color Harmonies of #64114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64114B

Black with #64114B

Text Example


Text Example

White with #64114B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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