Html Css Color HEX #640242 Tyrian Purple

📋 copy color: '#640242'

red 100 ◦ green 2 ◦ blue 66

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

Shades of Tyrian Purple #640242

Tints of Tyrian Purple #640242

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.19%

 BLUE value IS 66 (26.17% from 255) = 39.29%

R = 59.52%
G = 1.19%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#640242 (or 0x640242) is known color: Tyrian Purple. HEX triplet: 64, 02 and 42. RGB value is (100,2,66). Sum of RGB (Red+Green+Blue) = 100+2+66=168 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.52% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 100 - color contains mainly: red. Hex color #640242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640242 is #9BFDBD. Grayscale: #262626. Windows color (decimal): -10223038 or 4325988. OLE color: 4325988.

HSL color Cylindrical-coordinate representation of color #640242: hue angle of 320.82º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #640242 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 2 66 -
CMYK 0 0.98 0.34 0.61
HSL 320.82º 0.96% 0.2% -
HSV(B) 320.82º 0.98% 0.39% -
XYZ 6.26 3.15 5.43 -
YUV 38.6 143.47 171.8 -
System Red Green Blue C M Y K H S L
Decimal 100 2 66 0 0.98 0.34 0.61 320.82 0.96 0.2
Hex 64 2 42 0 62 22 3D 141 60 14
Octal 144 2 102 0 142 42 75 501 140 24
Binary 1100100 10 1000010 0 1100010 100010 111101 101000001 1100000 10100

Color Harmonies of #640242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640242

Black with #640242

Text Example


Text Example

White with #640242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640242; }

 p { color: rgb(100,2,66); }

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

background-color css

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

 a { background-color: rgb(100,2,66); }

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

border-color css

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

 span { border-color: rgb(100,2,66); }

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