Html Css Color HEX #640179 Purple

📋 copy color: '#640179'

red 100 ◦ green 1 ◦ blue 121

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

Shades of Purple #640179

Tints of Purple #640179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 54.5%

R = 45.05%
G = 0.45%
B = 54.5%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#640179 (or 0x640179) is known color: Purple. HEX triplet: 64, 01 and 79. RGB value is (100,1,121). Sum of RGB (Red+Green+Blue) = 100+1+121=222 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.05% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 121 (47.66% from 255 or 54.50% from 222); Max value from RGB is 121 - color contains mainly: blue. Hex color #640179 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640179 is #9BFE86. Grayscale: #2B2B2B. Windows color (decimal): -10223239 or 7930212. OLE color: 7930212.

HSL color Cylindrical-coordinate representation of color #640179: hue angle of 289.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #640179 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 100 1 121 -
CMYK 0.17 0.99 0 0.53
HSL 289.5º 0.98% 0.24% -
HSV(B) 289.5º 0.99% 0.47% -
XYZ 8.72 4.11 18.42 -
YUV 44.28 171.3 167.74 -
System Red Green Blue C M Y K H S L
Decimal 100 1 121 0.17 0.99 0 0.53 289.5 0.98 0.24
Hex 64 1 79 11 63 0 35 122 62 18
Octal 144 1 171 21 143 0 65 442 142 30
Binary 1100100 1 1111001 10001 1100011 0 110101 100100010 1100010 11000

Color Harmonies of #640179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640179

Black with #640179

Text Example


Text Example

White with #640179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640179; }

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

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

background-color css

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

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

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

border-color css

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

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

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