Html Css Color HEX #640126 Tyrian Purple

📋 copy color: '#640126'

red 100 ◦ green 1 ◦ blue 38

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

Shades of Tyrian Purple #640126

Tints of Tyrian Purple #640126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 27.34%

R = 71.94%
G = 0.72%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#640126 (or 0x640126) is known color: Tyrian Purple. HEX triplet: 64, 01 and 26. RGB value is (100,1,38). Sum of RGB (Red+Green+Blue) = 100+1+38=139 (18% of max value = 765). Red value is 100 (39.45% from 255 or 71.94% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 100 - color contains mainly: red. Hex color #640126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640126 is #9BFED9. Grayscale: #222222. Windows color (decimal): -10223322 or 2490724. OLE color: 2490724.

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

Color convert

RGB 100 1 38 -
CMYK 0 0.99 0.62 0.61
HSL 337.58º 0.98% 0.2% -
HSV(B) 337.58º 0.99% 0.39% -
XYZ 5.62 2.87 2.09 -
YUV 34.82 129.8 174.49 -
System Red Green Blue C M Y K H S L
Decimal 100 1 38 0 0.99 0.62 0.61 337.58 0.98 0.2
Hex 64 1 26 0 63 3E 3D 152 62 14
Octal 144 1 46 0 143 76 75 522 142 24
Binary 1100100 1 100110 0 1100011 111110 111101 101010010 1100010 10100

Color Harmonies of #640126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640126

Black with #640126

Text Example


Text Example

White with #640126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640126; }

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

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

background-color css

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

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

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

border-color css

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

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

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